Html Css Color HEX #DCF060 Mindaro

📋 copy color: '#DCF060'

red 220 ◦ green 240 ◦ blue 96

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

Shades of Mindaro #DCF060

Tints of Mindaro #DCF060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 17.27%

R = 39.57%
G = 43.17%
B = 17.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#DCF060 (or 0xDCF060) is known color: Mindaro. HEX triplet: DC, F0 and 60. RGB value is (220,240,96). Sum of RGB (Red+Green+Blue) = 220+240+96=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF060 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF060 is #230F9F. Grayscale: #DADADA. Windows color (decimal): -2297760 or 6353116. OLE color: 6353116.

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

Color convert

RGB 220 240 96 -
CMYK 0.08 0 0.6 0.06
HSL 68.33º 0.83% 0.66% -
HSV(B) 68.33º 0.6% 0.94% -
XYZ 62.79 78.38 22.89 -
YUV 217.6 59.37 129.71 -
System Red Green Blue C M Y K H S L
Decimal 220 240 96 0.08 0 0.6 0.06 68.33 0.83 0.66
Hex DC F0 60 8 0 3C 6 44 53 42
Octal 334 360 140 10 0 74 6 104 123 102
Binary 11011100 11110000 1100000 1000 0 111100 110 1000100 1010011 1000010

Color Harmonies of #DCF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF060

Black with #DCF060

Text Example


Text Example

White with #DCF060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF060; }

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

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

background-color css

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

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

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

border-color css

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

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

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