Html Css Color HEX #DCF076 Mindaro

📋 copy color: '#DCF076'

red 220 ◦ green 240 ◦ blue 118

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

Shades of Mindaro #DCF076

Tints of Mindaro #DCF076

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.52%

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

R = 38.06%
G = 41.52%
B = 20.42%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#DCF076 (or 0xDCF076) is known color: Mindaro. HEX triplet: DC, F0 and 76. RGB value is (220,240,118). Sum of RGB (Red+Green+Blue) = 220+240+118=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 240 (94.14% from 255 or 41.52% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF076 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF076 is #230F89. Grayscale: #DCDCDC. Windows color (decimal): -2297738 or 7794908. OLE color: 7794908.

HSL color Cylindrical-coordinate representation of color #DCF076: hue angle of 69.84º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF076 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 118 -
CMYK 0.08 0 0.51 0.06
HSL 69.84º 0.8% 0.7% -
HSV(B) 69.84º 0.51% 0.94% -
XYZ 63.95 78.84 28.99 -
YUV 220.11 70.37 127.92 -
System Red Green Blue C M Y K H S L
Decimal 220 240 118 0.08 0 0.51 0.06 69.84 0.8 0.7
Hex DC F0 76 8 0 33 6 46 50 46
Octal 334 360 166 10 0 63 6 106 120 106
Binary 11011100 11110000 1110110 1000 0 110011 110 1000110 1010000 1000110

Color Harmonies of #DCF076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF076

Black with #DCF076

Text Example


Text Example

White with #DCF076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF076; }

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

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

background-color css

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

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

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

border-color css

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

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

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