Html Css Color HEX #DEFC76 Mindaro

📋 copy color: '#DEFC76'

red 222 ◦ green 252 ◦ blue 118

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

Shades of Mindaro #DEFC76

Tints of Mindaro #DEFC76

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.57%

 BLUE value IS 118 (46.48% from 255) = 19.93%

R = 37.5%
G = 42.57%
B = 19.93%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#DEFC76 (or 0xDEFC76) is known color: Mindaro. HEX triplet: DE, FC and 76. RGB value is (222,252,118). Sum of RGB (Red+Green+Blue) = 222+252+118=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFC76 is #210389. Grayscale: #E4E4E4. Windows color (decimal): -2163594 or 7797982. OLE color: 7797982.

HSL color Cylindrical-coordinate representation of color #DEFC76: hue angle of 73.43º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DEFC76 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 118 -
CMYK 0.12 0 0.53 0.01
HSL 73.43º 0.96% 0.73% -
HSV(B) 73.43º 0.53% 0.99% -
XYZ 68.2 86.46 30.23 -
YUV 227.75 66.06 123.9 -
System Red Green Blue C M Y K H S L
Decimal 222 252 118 0.12 0 0.53 0.01 73.43 0.96 0.73
Hex DE FC 76 C 0 35 1 49 60 49
Octal 336 374 166 14 0 65 1 111 140 111
Binary 11011110 11111100 1110110 1100 0 110101 1 1001001 1100000 1001001

Color Harmonies of #DEFC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFC76

Black with #DEFC76

Text Example


Text Example

White with #DEFC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFC76; }

 p { color: rgb(222,252,118); }

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

background-color css

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

 a { background-color: rgb(222,252,118); }

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

border-color css

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

 span { border-color: rgb(222,252,118); }

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