Html Css Color HEX #D8EA66 Mindaro

📋 copy color: '#D8EA66'

red 216 ◦ green 234 ◦ blue 102

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

Shades of Mindaro #D8EA66

Tints of Mindaro #D8EA66

RGB

 RED value IS 216 (84.77% from 255) = 39.13%

 GREEN value IS 234 (91.8% from 255) = 42.39%

 BLUE value IS 102 (40.23% from 255) = 18.48%

R = 39.13%
G = 42.39%
B = 18.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#D8EA66 (or 0xD8EA66) is known color: Mindaro. HEX triplet: D8, EA and 66. RGB value is (216,234,102). Sum of RGB (Red+Green+Blue) = 216+234+102=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #D8EA66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EA66 is #271599. Grayscale: #D6D6D6. Windows color (decimal): -2561434 or 6744792. OLE color: 6744792.

HSL color Cylindrical-coordinate representation of color #D8EA66: hue angle of 68.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D8EA66 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 234 102 -
CMYK 0.08 0 0.56 0.08
HSL 68.18º 0.76% 0.66% -
HSV(B) 68.18º 0.56% 0.92% -
XYZ 60.14 74.4 23.76 -
YUV 213.57 65.04 129.73 -
System Red Green Blue C M Y K H S L
Decimal 216 234 102 0.08 0 0.56 0.08 68.18 0.76 0.66
Hex D8 EA 66 8 0 38 8 44 4C 42
Octal 330 352 146 10 0 70 10 104 114 102
Binary 11011000 11101010 1100110 1000 0 111000 1000 1000100 1001100 1000010

Color Harmonies of #D8EA66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EA66

Black with #D8EA66

Text Example


Text Example

White with #D8EA66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EA66; }

 p { color: rgb(216,234,102); }

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

background-color css

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

 a { background-color: rgb(216,234,102); }

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

border-color css

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

 span { border-color: rgb(216,234,102); }

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