Html Css Color HEX #DCFB80 Mindaro

📋 copy color: '#DCFB80'

red 220 ◦ green 251 ◦ blue 128

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

Shades of Mindaro #DCFB80

Tints of Mindaro #DCFB80

RGB

 RED value IS 220 (86.33% from 255) = 36.73%

 GREEN value IS 251 (98.44% from 255) = 41.9%

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

R = 36.73%
G = 41.9%
B = 21.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#DCFB80 (or 0xDCFB80) is known color: Mindaro. HEX triplet: DC, FB and 80. RGB value is (220,251,128). Sum of RGB (Red+Green+Blue) = 220+251+128=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFB80 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFB80 is #23047F. Grayscale: #E4E4E4. Windows color (decimal): -2294912 or 8453084. OLE color: 8453084.

HSL color Cylindrical-coordinate representation of color #DCFB80: hue angle of 75.12º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DCFB80 is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 251 128 -
CMYK 0.12 0 0.49 0.02
HSL 75.12º 0.94% 0.74% -
HSV(B) 75.12º 0.49% 0.98% -
XYZ 67.91 85.77 33.4 -
YUV 227.71 71.73 122.5 -
System Red Green Blue C M Y K H S L
Decimal 220 251 128 0.12 0 0.49 0.02 75.12 0.94 0.74
Hex DC FB 80 C 0 31 2 4B 5E 4A
Octal 334 373 200 14 0 61 2 113 136 112
Binary 11011100 11111011 10000000 1100 0 110001 10 1001011 1011110 1001010

Color Harmonies of #DCFB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFB80

Black with #DCFB80

Text Example


Text Example

White with #DCFB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFB80; }

 p { color: rgb(220,251,128); }

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

background-color css

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

 a { background-color: rgb(220,251,128); }

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

border-color css

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

 span { border-color: rgb(220,251,128); }

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