Html Css Color HEX #DEF873 Mindaro

📋 copy color: '#DEF873'

red 222 ◦ green 248 ◦ blue 115

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

Shades of Mindaro #DEF873

Tints of Mindaro #DEF873

RGB

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

 GREEN value IS 248 (97.27% from 255) = 42.39%

 BLUE value IS 115 (45.31% from 255) = 19.66%

R = 37.95%
G = 42.39%
B = 19.66%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#DEF873 (or 0xDEF873) is known color: Mindaro. HEX triplet: DE, F8 and 73. RGB value is (222,248,115). Sum of RGB (Red+Green+Blue) = 222+248+115=585 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.95% from 585); Green value is 248 (97.27% from 255 or 42.39% from 585); Blue value is 115 (45.31% from 255 or 19.66% from 585); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF873 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF873 is #21078C. Grayscale: #E1E1E1. Windows color (decimal): -2164621 or 7600350. OLE color: 7600350.

HSL color Cylindrical-coordinate representation of color #DEF873: hue angle of 71.73º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEF873 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 115 -
CMYK 0.10 0 0.54 0.03
HSL 71.73º 0.9% 0.71% -
HSV(B) 71.73º 0.54% 0.97% -
XYZ 66.79 83.9 28.89 -
YUV 225.06 65.89 125.81 -
System Red Green Blue C M Y K H S L
Decimal 222 248 115 0.10 0 0.54 0.03 71.73 0.9 0.71
Hex DE F8 73 A 0 36 3 48 5A 47
Octal 336 370 163 12 0 66 3 110 132 107
Binary 11011110 11111000 1110011 1010 0 110110 11 1001000 1011010 1000111

Color Harmonies of #DEF873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF873

Black with #DEF873

Text Example


Text Example

White with #DEF873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF873; }

 p { color: rgb(222,248,115); }

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

background-color css

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

 a { background-color: rgb(222,248,115); }

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

border-color css

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

 span { border-color: rgb(222,248,115); }

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