Html Css Color HEX #DEE466 Mindaro

📋 copy color: '#DEE466'

red 222 ◦ green 228 ◦ blue 102

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

Shades of Mindaro #DEE466

Tints of Mindaro #DEE466

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.3%

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

R = 40.22%
G = 41.3%
B = 18.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#DEE466 (or 0xDEE466) is known color: Mindaro. HEX triplet: DE, E4 and 66. RGB value is (222,228,102). Sum of RGB (Red+Green+Blue) = 222+228+102=552 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.22% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 102 (40.23% from 255 or 18.48% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE466 is #211B99. Grayscale: #D4D4D4. Windows color (decimal): -2169754 or 6743262. OLE color: 6743262.

HSL color Cylindrical-coordinate representation of color #DEE466: hue angle of 62.86º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEE466 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 228 102 -
CMYK 0.03 0 0.55 0.11
HSL 62.86º 0.7% 0.65% -
HSV(B) 62.86º 0.55% 0.89% -
XYZ 60.27 71.98 23.29 -
YUV 211.84 66.01 135.25 -
System Red Green Blue C M Y K H S L
Decimal 222 228 102 0.03 0 0.55 0.11 62.86 0.7 0.65
Hex DE E4 66 3 0 37 B 3F 46 41
Octal 336 344 146 3 0 67 13 77 106 101
Binary 11011110 11100100 1100110 11 0 110111 1011 111111 1000110 1000001

Color Harmonies of #DEE466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE466

Black with #DEE466

Text Example


Text Example

White with #DEE466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE466; }

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

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

background-color css

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

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

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

border-color css

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

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

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