Html Css Color HEX #DEF972 Mindaro

📋 copy color: '#DEF972'

red 222 ◦ green 249 ◦ blue 114

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

Shades of Mindaro #DEF972

Tints of Mindaro #DEF972

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.56%

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

R = 37.95%
G = 42.56%
B = 19.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#DEF972 (or 0xDEF972) is known color: Mindaro. HEX triplet: DE, F9 and 72. RGB value is (222,249,114). Sum of RGB (Red+Green+Blue) = 222+249+114=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 114 (44.92% from 255 or 19.49% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF972 is #21068D. Grayscale: #E2E2E2. Windows color (decimal): -2164366 or 7535070. OLE color: 7535070.

HSL color Cylindrical-coordinate representation of color #DEF972: hue angle of 72º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEF972 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 249 114 -
CMYK 0.11 0 0.54 0.02
HSL 72º 0.92% 0.71% -
HSV(B) 72º 0.54% 0.98% -
XYZ 67.04 84.5 28.7 -
YUV 225.54 65.05 125.48 -
System Red Green Blue C M Y K H S L
Decimal 222 249 114 0.11 0 0.54 0.02 72 0.92 0.71
Hex DE F9 72 B 0 36 2 48 5C 47
Octal 336 371 162 13 0 66 2 110 134 107
Binary 11011110 11111001 1110010 1011 0 110110 10 1001000 1011100 1000111

Color Harmonies of #DEF972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF972

Black with #DEF972

Text Example


Text Example

White with #DEF972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF972; }

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

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

background-color css

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

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

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

border-color css

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

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

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