Html Css Color HEX #DEF472 Mindaro

📋 copy color: '#DEF472'

red 222 ◦ green 244 ◦ blue 114

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

Shades of Mindaro #DEF472

Tints of Mindaro #DEF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.07%

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

R = 38.28%
G = 42.07%
B = 19.66%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#DEF472 (or 0xDEF472) is known color: Mindaro. HEX triplet: DE, F4 and 72. RGB value is (222,244,114). Sum of RGB (Red+Green+Blue) = 222+244+114=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 114 (44.92% from 255 or 19.66% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF472 is #210B8D. Grayscale: #DFDFDF. Windows color (decimal): -2165646 or 7533790. OLE color: 7533790.

HSL color Cylindrical-coordinate representation of color #DEF472: hue angle of 70.15º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEF472 is Cyan = 0.09, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 244 114 -
CMYK 0.09 0 0.53 0.04
HSL 70.15º 0.86% 0.7% -
HSV(B) 70.15º 0.53% 0.96% -
XYZ 65.51 81.45 28.19 -
YUV 222.6 66.71 127.57 -
System Red Green Blue C M Y K H S L
Decimal 222 244 114 0.09 0 0.53 0.04 70.15 0.86 0.7
Hex DE F4 72 9 0 35 4 46 56 46
Octal 336 364 162 11 0 65 4 106 126 106
Binary 11011110 11110100 1110010 1001 0 110101 100 1000110 1010110 1000110

Color Harmonies of #DEF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF472

Black with #DEF472

Text Example


Text Example

White with #DEF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF472; }

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

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

background-color css

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

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

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

border-color css

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

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

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