Html Css Color HEX #DEE474 Mindaro

📋 copy color: '#DEE474'

red 222 ◦ green 228 ◦ blue 116

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

Shades of Mindaro #DEE474

Tints of Mindaro #DEE474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.49%

R = 39.22%
G = 40.28%
B = 20.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#DEE474 (or 0xDEE474) is known color: Mindaro. HEX triplet: DE, E4 and 74. RGB value is (222,228,116). Sum of RGB (Red+Green+Blue) = 222+228+116=566 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.22% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE474 is #211B8B. Grayscale: #D5D5D5. Windows color (decimal): -2169740 or 7660766. OLE color: 7660766.

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

Color convert

RGB 222 228 116 -
CMYK 0.03 0 0.49 0.11
HSL 63.21º 0.67% 0.67% -
HSV(B) 63.21º 0.49% 0.89% -
XYZ 61.02 72.28 27.26 -
YUV 213.44 73.01 134.11 -
System Red Green Blue C M Y K H S L
Decimal 222 228 116 0.03 0 0.49 0.11 63.21 0.67 0.67
Hex DE E4 74 3 0 31 B 3F 43 43
Octal 336 344 164 3 0 61 13 77 103 103
Binary 11011110 11100100 1110100 11 0 110001 1011 111111 1000011 1000011

Color Harmonies of #DEE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE474

Black with #DEE474

Text Example


Text Example

White with #DEE474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE474; }

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

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

background-color css

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

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

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

border-color css

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

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

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