Html Css Color HEX #D9EF66 Mindaro

📋 copy color: '#D9EF66'

red 217 ◦ green 239 ◦ blue 102

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

Shades of Mindaro #D9EF66

Tints of Mindaro #D9EF66

RGB

 RED value IS 217 (85.16% from 255) = 38.89%

 GREEN value IS 239 (93.75% from 255) = 42.83%

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

R = 38.89%
G = 42.83%
B = 18.28%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#D9EF66 (or 0xD9EF66) is known color: Mindaro. HEX triplet: D9, EF and 66. RGB value is (217,239,102). Sum of RGB (Red+Green+Blue) = 217+239+102=558 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.89% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 102 (40.23% from 255 or 18.28% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EF66 is #261099. Grayscale: #D9D9D9. Windows color (decimal): -2494618 or 6746073. OLE color: 6746073.

HSL color Cylindrical-coordinate representation of color #D9EF66: hue angle of 69.64º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9EF66 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 239 102 -
CMYK 0.09 0 0.57 0.06
HSL 69.64º 0.81% 0.67% -
HSV(B) 69.64º 0.57% 0.94% -
XYZ 61.88 77.44 24.26 -
YUV 216.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 217 239 102 0.09 0 0.57 0.06 69.64 0.81 0.67
Hex D9 EF 66 9 0 39 6 46 51 43
Octal 331 357 146 11 0 71 6 106 121 103
Binary 11011001 11101111 1100110 1001 0 111001 110 1000110 1010001 1000011

Color Harmonies of #D9EF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EF66

Black with #D9EF66

Text Example


Text Example

White with #D9EF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EF66; }

 p { color: rgb(217,239,102); }

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

background-color css

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

 a { background-color: rgb(217,239,102); }

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

border-color css

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

 span { border-color: rgb(217,239,102); }

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