Html Css Color HEX #DEF076 Mindaro

📋 copy color: '#DEF076'

red 222 ◦ green 240 ◦ blue 118

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

Shades of Mindaro #DEF076

Tints of Mindaro #DEF076

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

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

R = 38.28%
G = 41.38%
B = 20.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DEF076 (or 0xDEF076) is known color: Mindaro. HEX triplet: DE, F0 and 76. RGB value is (222,240,118). Sum of RGB (Red+Green+Blue) = 222+240+118=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 118 (46.48% from 255 or 20.34% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF076 is #210F89. Grayscale: #DDDDDD. Windows color (decimal): -2166666 or 7794910. OLE color: 7794910.

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

Color convert

RGB 222 240 118 -
CMYK 0.08 0 0.51 0.06
HSL 68.85º 0.8% 0.7% -
HSV(B) 68.85º 0.51% 0.94% -
XYZ 64.55 79.16 29.02 -
YUV 220.71 70.04 128.92 -
System Red Green Blue C M Y K H S L
Decimal 222 240 118 0.08 0 0.51 0.06 68.85 0.8 0.7
Hex DE F0 76 8 0 33 6 45 50 46
Octal 336 360 166 10 0 63 6 105 120 106
Binary 11011110 11110000 1110110 1000 0 110011 110 1000101 1010000 1000110

Color Harmonies of #DEF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF076

Black with #DEF076

Text Example


Text Example

White with #DEF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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