Html Css Color HEX #DCF876 Mindaro

📋 copy color: '#DCF876'

red 220 ◦ green 248 ◦ blue 118

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

Shades of Mindaro #DCF876

Tints of Mindaro #DCF876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.14%

R = 37.54%
G = 42.32%
B = 20.14%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#DCF876 (or 0xDCF876) is known color: Mindaro. HEX triplet: DC, F8 and 76. RGB value is (220,248,118). Sum of RGB (Red+Green+Blue) = 220+248+118=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 248 (97.27% from 255 or 42.32% from 586); Blue value is 118 (46.48% from 255 or 20.14% from 586); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF876 is #230789. Grayscale: #E1E1E1. Windows color (decimal): -2295690 or 7796956. OLE color: 7796956.

HSL color Cylindrical-coordinate representation of color #DCF876: hue angle of 72.92º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF876 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 248 118 -
CMYK 0.11 0 0.52 0.03
HSL 72.92º 0.9% 0.72% -
HSV(B) 72.92º 0.52% 0.97% -
XYZ 66.35 83.66 29.79 -
YUV 224.81 67.72 124.57 -
System Red Green Blue C M Y K H S L
Decimal 220 248 118 0.11 0 0.52 0.03 72.92 0.9 0.72
Hex DC F8 76 B 0 34 3 49 5A 48
Octal 334 370 166 13 0 64 3 111 132 110
Binary 11011100 11111000 1110110 1011 0 110100 11 1001001 1011010 1001000

Color Harmonies of #DCF876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF876

Black with #DCF876

Text Example


Text Example

White with #DCF876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF876; }

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

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

background-color css

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

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

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

border-color css

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

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

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