Html Css Color HEX #DCF881 Mindaro

📋 copy color: '#DCF881'

red 220 ◦ green 248 ◦ blue 129

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

Shades of Mindaro #DCF881

Tints of Mindaro #DCF881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 21.61%

R = 36.85%
G = 41.54%
B = 21.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#DCF881 (or 0xDCF881) is known color: Mindaro. HEX triplet: DC, F8 and 81. RGB value is (220,248,129). Sum of RGB (Red+Green+Blue) = 220+248+129=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 248 (97.27% from 255 or 41.54% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCF881 is #23077E. Grayscale: #E2E2E2. Windows color (decimal): -2295679 or 8517852. OLE color: 8517852.

HSL color Cylindrical-coordinate representation of color #DCF881: hue angle of 74.12º degrees, saturation: 0.89, 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 #DCF881 is Cyan = 0.11, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 129 -
CMYK 0.11 0 0.48 0.03
HSL 74.12º 0.89% 0.74% -
HSV(B) 74.12º 0.48% 0.97% -
XYZ 67.05 83.94 33.44 -
YUV 226.06 73.22 123.68 -
System Red Green Blue C M Y K H S L
Decimal 220 248 129 0.11 0 0.48 0.03 74.12 0.89 0.74
Hex DC F8 81 B 0 30 3 4A 59 4A
Octal 334 370 201 13 0 60 3 112 131 112
Binary 11011100 11111000 10000001 1011 0 110000 11 1001010 1011001 1001010

Color Harmonies of #DCF881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF881

Black with #DCF881

Text Example


Text Example

White with #DCF881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF881; }

 p { color: rgb(220,248,129); }

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

background-color css

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

 a { background-color: rgb(220,248,129); }

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

border-color css

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

 span { border-color: rgb(220,248,129); }

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