Html Css Color HEX #DEFB7E Mindaro

📋 copy color: '#DEFB7E'

red 222 ◦ green 251 ◦ blue 126

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

Shades of Mindaro #DEFB7E

Tints of Mindaro #DEFB7E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 41.9%

 BLUE value IS 126 (49.61% from 255) = 21.04%

R = 37.06%
G = 41.9%
B = 21.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#DEFB7E (or 0xDEFB7E) is known color: Mindaro. HEX triplet: DE, FB and 7E. RGB value is (222,251,126). Sum of RGB (Red+Green+Blue) = 222+251+126=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFB7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFB7E is #210481. Grayscale: #E4E4E4. Windows color (decimal): -2163842 or 8322014. OLE color: 8322014.

HSL color Cylindrical-coordinate representation of color #DEFB7E: hue angle of 73.92º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEFB7E is Cyan = 0.12, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 126 -
CMYK 0.12 0 0.50 0.02
HSL 73.92º 0.94% 0.74% -
HSV(B) 73.92º 0.5% 0.98% -
XYZ 68.39 86.03 32.74 -
YUV 228.08 70.39 123.66 -
System Red Green Blue C M Y K H S L
Decimal 222 251 126 0.12 0 0.50 0.02 73.92 0.94 0.74
Hex DE FB 7E C 0 32 2 4A 5E 4A
Octal 336 373 176 14 0 62 2 112 136 112
Binary 11011110 11111011 1111110 1100 0 110010 10 1001010 1011110 1001010

Color Harmonies of #DEFB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFB7E

Black with #DEFB7E

Text Example


Text Example

White with #DEFB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFB7E; }

 p { color: rgb(222,251,126); }

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

background-color css

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

 a { background-color: rgb(222,251,126); }

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

border-color css

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

 span { border-color: rgb(222,251,126); }

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