Html Css Color HEX #DEEA74 Mindaro

📋 copy color: '#DEEA74'

red 222 ◦ green 234 ◦ blue 116

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

Shades of Mindaro #DEEA74

Tints of Mindaro #DEEA74

RGB

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

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

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

R = 38.81%
G = 40.91%
B = 20.28%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#DEEA74 (or 0xDEEA74) is known color: Mindaro. HEX triplet: DE, EA and 74. RGB value is (222,234,116). Sum of RGB (Red+Green+Blue) = 222+234+116=572 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.81% from 572); Green value is 234 (91.80% from 255 or 40.91% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA74 is #21158B. Grayscale: #D9D9D9. Windows color (decimal): -2168204 or 7662302. OLE color: 7662302.

HSL color Cylindrical-coordinate representation of color #DEEA74: hue angle of 66.1º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEEA74 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 234 116 -
CMYK 0.05 0 0.50 0.08
HSL 66.1º 0.74% 0.69% -
HSV(B) 66.1º 0.5% 0.92% -
XYZ 62.7 75.64 27.82 -
YUV 216.96 71.02 131.59 -
System Red Green Blue C M Y K H S L
Decimal 222 234 116 0.05 0 0.50 0.08 66.1 0.74 0.69
Hex DE EA 74 5 0 32 8 42 4A 45
Octal 336 352 164 5 0 62 10 102 112 105
Binary 11011110 11101010 1110100 101 0 110010 1000 1000010 1001010 1000101

Color Harmonies of #DEEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEA74

Black with #DEEA74

Text Example


Text Example

White with #DEEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEA74; }

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

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

background-color css

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

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

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

border-color css

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

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

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