Html Css Color HEX #DEEF72 Mindaro

📋 copy color: '#DEEF72'

red 222 ◦ green 239 ◦ blue 114

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

Shades of Mindaro #DEEF72

Tints of Mindaro #DEEF72

RGB

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

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

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

R = 38.61%
G = 41.57%
B = 19.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#DEEF72 (or 0xDEEF72) is known color: Mindaro. HEX triplet: DE, EF and 72. RGB value is (222,239,114). Sum of RGB (Red+Green+Blue) = 222+239+114=575 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.61% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEF72 is #21108D. Grayscale: #DCDCDC. Windows color (decimal): -2166926 or 7532510. OLE color: 7532510.

HSL color Cylindrical-coordinate representation of color #DEEF72: hue angle of 68.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEEF72 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 114 -
CMYK 0.07 0 0.52 0.06
HSL 68.16º 0.8% 0.69% -
HSV(B) 68.16º 0.52% 0.94% -
XYZ 64.03 78.48 27.69 -
YUV 219.67 68.37 129.66 -
System Red Green Blue C M Y K H S L
Decimal 222 239 114 0.07 0 0.52 0.06 68.16 0.8 0.69
Hex DE EF 72 7 0 34 6 44 50 45
Octal 336 357 162 7 0 64 6 104 120 105
Binary 11011110 11101111 1110010 111 0 110100 110 1000100 1010000 1000101

Color Harmonies of #DEEF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEF72

Black with #DEEF72

Text Example


Text Example

White with #DEEF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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