Html Css Color HEX #D1E65C Mindaro

📋 copy color: '#D1E65C'

red 209 ◦ green 230 ◦ blue 92

#D1E65C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #D1E65C

Tints of Mindaro #D1E65C

RGB

 RED value IS 209 (82.03% from 255) = 39.36%

 GREEN value IS 230 (90.23% from 255) = 43.31%

 BLUE value IS 92 (36.33% from 255) = 17.33%

R = 39.36%
G = 43.31%
B = 17.33%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D1E65C (or 0xD1E65C) is known color: Mindaro. HEX triplet: D1, E6 and 5C. RGB value is (209,230,92). Sum of RGB (Red+Green+Blue) = 209+230+92=531 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.36% from 531); Green value is 230 (90.23% from 255 or 43.31% from 531); Blue value is 92 (36.33% from 255 or 17.33% from 531); Max value from RGB is 230 - color contains mainly: green. Hex color #D1E65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1E65C is #2E19A3. Grayscale: #D0D0D0. Windows color (decimal): -3021220 or 6088401. OLE color: 6088401.

HSL color Cylindrical-coordinate representation of color #D1E65C: hue angle of 69.13º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1E65C is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB 209 230 92 -
CMYK 0.09 0 0.60 0.10
HSL 69.13º 0.73% 0.63% -
HSV(B) 69.13º 0.6% 0.9% -
XYZ 56.52 70.92 20.84 -
YUV 207.99 62.54 128.72 -
System Red Green Blue C M Y K H S L
Decimal 209 230 92 0.09 0 0.60 0.10 69.13 0.73 0.63
Hex D1 E6 5C 9 0 3C A 45 49 3F
Octal 321 346 134 11 0 74 12 105 111 77
Binary 11010001 11100110 1011100 1001 0 111100 1010 1000101 1001001 111111

Color Harmonies of #D1E65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1E65C

Black with #D1E65C

Text Example


Text Example

White with #D1E65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1E65C; }

 p { color: rgb(209,230,92); }

 H1.HeaderClassName
 {
   color: #D1E65C;
 }
 .AnyTagClassName
 {
   color: #D1E65C;
 }
</style>

background-color css

<style>
 a { background-color: #D1E65C; }

 a { background-color: rgb(209,230,92); }

 div.DivClassName
 {
   background-color: #D1E65C;
 }
 .BgClassName
 {
   background-color: #D1E65C;
 }
</style>

border-color css

<style>
 span { border-color: #D1E65C; }

 span { border-color: rgb(209,230,92); }

 td.TdClassName
 {
   border-color: #D1E65C;
 }
 .TagClassName
 {
   border-color: #D1E65C;
 }
</style>