Html Css Color HEX #DEEF66 Mindaro

📋 copy color: '#DEEF66'

red 222 ◦ green 239 ◦ blue 102

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

Shades of Mindaro #DEEF66

Tints of Mindaro #DEEF66

RGB

 RED value IS 222 (87.11% from 255) = 39.43%

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

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

R = 39.43%
G = 42.45%
B = 18.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#DEEF66 (or 0xDEEF66) is known color: Mindaro. HEX triplet: DE, EF and 66. RGB value is (222,239,102). Sum of RGB (Red+Green+Blue) = 222+239+102=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 239 (93.75% from 255 or 42.45% from 563); Blue value is 102 (40.23% from 255 or 18.12% from 563); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF66 is #211099. Grayscale: #DADADA. Windows color (decimal): -2166938 or 6746078. OLE color: 6746078.

HSL color Cylindrical-coordinate representation of color #DEEF66: hue angle of 67.45º 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 #DEEF66 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 102 -
CMYK 0.07 0 0.57 0.06
HSL 67.45º 0.81% 0.67% -
HSV(B) 67.45º 0.57% 0.94% -
XYZ 63.39 78.22 24.33 -
YUV 218.3 62.37 130.64 -
System Red Green Blue C M Y K H S L
Decimal 222 239 102 0.07 0 0.57 0.06 67.45 0.81 0.67
Hex DE EF 66 7 0 39 6 43 51 43
Octal 336 357 146 7 0 71 6 103 121 103
Binary 11011110 11101111 1100110 111 0 111001 110 1000011 1010001 1000011

Color Harmonies of #DEEF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEF66

Black with #DEEF66

Text Example


Text Example

White with #DEEF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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