Html Css Color HEX #DEEA72 Mindaro

📋 copy color: '#DEEA72'

red 222 ◦ green 234 ◦ blue 114

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

Shades of Mindaro #DEEA72

Tints of Mindaro #DEEA72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20%

R = 38.95%
G = 41.05%
B = 20%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#DEEA72 (or 0xDEEA72) is known color: Mindaro. HEX triplet: DE, EA and 72. RGB value is (222,234,114). Sum of RGB (Red+Green+Blue) = 222+234+114=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 234 (91.80% from 255 or 41.05% from 570); Blue value is 114 (44.92% from 255 or 20% from 570); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEA72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEA72 is #21158D. Grayscale: #D9D9D9. Windows color (decimal): -2168206 or 7531230. OLE color: 7531230.

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

Color convert

RGB 222 234 114 -
CMYK 0.05 0 0.51 0.08
HSL 66º 0.74% 0.68% -
HSV(B) 66º 0.51% 0.92% -
XYZ 62.58 75.59 27.21 -
YUV 216.73 70.02 131.76 -
System Red Green Blue C M Y K H S L
Decimal 222 234 114 0.05 0 0.51 0.08 66 0.74 0.68
Hex DE EA 72 5 0 33 8 42 4A 44
Octal 336 352 162 5 0 63 10 102 112 104
Binary 11011110 11101010 1110010 101 0 110011 1000 1000010 1001010 1000100

Color Harmonies of #DEEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEA72

Black with #DEEA72

Text Example


Text Example

White with #DEEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEA72; }

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

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

background-color css

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

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

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

border-color css

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

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

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