Html Css Color HEX #DEEF80 Mindaro

📋 copy color: '#DEEF80'

red 222 ◦ green 239 ◦ blue 128

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

Shades of Mindaro #DEEF80

Tints of Mindaro #DEEF80

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.58%

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

R = 37.69%
G = 40.58%
B = 21.73%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#DEEF80 (or 0xDEEF80) is known color: Mindaro. HEX triplet: DE, EF and 80. RGB value is (222,239,128). Sum of RGB (Red+Green+Blue) = 222+239+128=589 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.69% from 589); Green value is 239 (93.75% from 255 or 40.58% from 589); Blue value is 128 (50.39% from 255 or 21.73% from 589); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEF80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEF80 is #21107F. Grayscale: #DDDDDD. Windows color (decimal): -2166912 or 8450014. OLE color: 8450014.

HSL color Cylindrical-coordinate representation of color #DEEF80: hue angle of 69.19º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DEEF80 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 128 -
CMYK 0.07 0 0.46 0.06
HSL 69.19º 0.78% 0.72% -
HSV(B) 69.19º 0.46% 0.94% -
XYZ 64.89 78.82 32.22 -
YUV 221.26 75.37 128.53 -
System Red Green Blue C M Y K H S L
Decimal 222 239 128 0.07 0 0.46 0.06 69.19 0.78 0.72
Hex DE EF 80 7 0 2E 6 45 4E 48
Octal 336 357 200 7 0 56 6 105 116 110
Binary 11011110 11101111 10000000 111 0 101110 110 1000101 1001110 1001000

Color Harmonies of #DEEF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEF80

Black with #DEEF80

Text Example


Text Example

White with #DEEF80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEF80; }

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

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

background-color css

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

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

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

border-color css

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

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

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