Html Css Color HEX #DEFD80 Mindaro

📋 copy color: '#DEFD80'

red 222 ◦ green 253 ◦ blue 128

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

Shades of Mindaro #DEFD80

Tints of Mindaro #DEFD80

RGB

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

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

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

R = 36.82%
G = 41.96%
B = 21.23%

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

#DEFD80 (or 0xDEFD80) is known color: Mindaro. HEX triplet: DE, FD and 80. RGB value is (222,253,128). Sum of RGB (Red+Green+Blue) = 222+253+128=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 128 (50.39% from 255 or 21.23% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFD80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFD80 is #21027F. Grayscale: #E5E5E5. Windows color (decimal): -2163328 or 8453598. OLE color: 8453598.

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

Color convert

RGB 222 253 128 -
CMYK 0.12 0 0.49 0.01
HSL 74.88º 0.97% 0.75% -
HSV(B) 74.88º 0.49% 0.99% -
XYZ 69.15 87.34 33.64 -
YUV 229.48 70.73 122.66 -
System Red Green Blue C M Y K H S L
Decimal 222 253 128 0.12 0 0.49 0.01 74.88 0.97 0.75
Hex DE FD 80 C 0 31 1 4B 61 4B
Octal 336 375 200 14 0 61 1 113 141 113
Binary 11011110 11111101 10000000 1100 0 110001 1 1001011 1100001 1001011

Color Harmonies of #DEFD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFD80

Black with #DEFD80

Text Example


Text Example

White with #DEFD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFD80; }

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

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

background-color css

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

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

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

border-color css

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

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

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