Html Css Color HEX #DEF880 Mindaro

📋 copy color: '#DEF880'

red 222 ◦ green 248 ◦ blue 128

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

Shades of Mindaro #DEF880

Tints of Mindaro #DEF880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.4%

R = 37.12%
G = 41.47%
B = 21.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DEF880 (or 0xDEF880) is known color: Mindaro. HEX triplet: DE, F8 and 80. RGB value is (222,248,128). Sum of RGB (Red+Green+Blue) = 222+248+128=598 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.12% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 128 (50.39% from 255 or 21.40% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF880 is #21077F. Grayscale: #E3E3E3. Windows color (decimal): -2164608 or 8452318. OLE color: 8452318.

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

Color convert

RGB 222 248 128 -
CMYK 0.10 0 0.48 0.03
HSL 73º 0.9% 0.74% -
HSV(B) 73º 0.48% 0.97% -
XYZ 67.59 84.22 33.12 -
YUV 226.55 72.39 124.76 -
System Red Green Blue C M Y K H S L
Decimal 222 248 128 0.10 0 0.48 0.03 73 0.9 0.74
Hex DE F8 80 A 0 30 3 49 5A 4A
Octal 336 370 200 12 0 60 3 111 132 112
Binary 11011110 11111000 10000000 1010 0 110000 11 1001001 1011010 1001010

Color Harmonies of #DEF880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF880

Black with #DEF880

Text Example


Text Example

White with #DEF880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF880; }

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

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

background-color css

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

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

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

border-color css

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

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

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