Html Css Color HEX #DEFD76 Mindaro

📋 copy color: '#DEFD76'

red 222 ◦ green 253 ◦ blue 118

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

Shades of Mindaro #DEFD76

Tints of Mindaro #DEFD76

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.66%

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

R = 37.44%
G = 42.66%
B = 19.9%

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

#DEFD76 (or 0xDEFD76) is known color: Mindaro. HEX triplet: DE, FD and 76. RGB value is (222,253,118). Sum of RGB (Red+Green+Blue) = 222+253+118=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFD76 is #210289. Grayscale: #E4E4E4. Windows color (decimal): -2163338 or 7798238. OLE color: 7798238.

HSL color Cylindrical-coordinate representation of color #DEFD76: hue angle of 73.78º degrees, saturation: 0.97, 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 #DEFD76 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 253 118 -
CMYK 0.12 0 0.53 0.01
HSL 73.78º 0.97% 0.73% -
HSV(B) 73.78º 0.53% 0.99% -
XYZ 68.52 87.09 30.34 -
YUV 228.34 65.73 123.48 -
System Red Green Blue C M Y K H S L
Decimal 222 253 118 0.12 0 0.53 0.01 73.78 0.97 0.73
Hex DE FD 76 C 0 35 1 4A 61 49
Octal 336 375 166 14 0 65 1 112 141 111
Binary 11011110 11111101 1110110 1100 0 110101 1 1001010 1100001 1001001

Color Harmonies of #DEFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD76

Black with #DEFD76

Text Example


Text Example

White with #DEFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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