Html Css Color HEX #DEFC80 Mindaro

📋 copy color: '#DEFC80'

red 222 ◦ green 252 ◦ blue 128

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

Shades of Mindaro #DEFC80

Tints of Mindaro #DEFC80

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.86%

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

R = 36.88%
G = 41.86%
B = 21.26%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#DEFC80 (or 0xDEFC80) is known color: Mindaro. HEX triplet: DE, FC and 80. RGB value is (222,252,128). Sum of RGB (Red+Green+Blue) = 222+252+128=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFC80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFC80 is #21037F. Grayscale: #E5E5E5. Windows color (decimal): -2163584 or 8453342. OLE color: 8453342.

HSL color Cylindrical-coordinate representation of color #DEFC80: hue angle of 74.52º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DEFC80 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.01.

Color convert

RGB 222 252 128 -
CMYK 0.12 0 0.49 0.01
HSL 74.52º 0.95% 0.75% -
HSV(B) 74.52º 0.49% 0.99% -
XYZ 68.83 86.71 33.53 -
YUV 228.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 222 252 128 0.12 0 0.49 0.01 74.52 0.95 0.75
Hex DE FC 80 C 0 31 1 4B 5F 4B
Octal 336 374 200 14 0 61 1 113 137 113
Binary 11011110 11111100 10000000 1100 0 110001 1 1001011 1011111 1001011

Color Harmonies of #DEFC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFC80

Black with #DEFC80

Text Example


Text Example

White with #DEFC80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFC80; }

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

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

background-color css

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

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

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

border-color css

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

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

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