Html Css Color HEX #DCF061 Mindaro

📋 copy color: '#DCF061'

red 220 ◦ green 240 ◦ blue 97

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

Shades of Mindaro #DCF061

Tints of Mindaro #DCF061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.41%

R = 39.5%
G = 43.09%
B = 17.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.60

 K value IS 0.06

RGB Variations

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

Color information

#DCF061 (or 0xDCF061) is known color: Mindaro. HEX triplet: DC, F0 and 61. RGB value is (220,240,97). Sum of RGB (Red+Green+Blue) = 220+240+97=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF061 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF061 is #230F9E. Grayscale: #DADADA. Windows color (decimal): -2297759 or 6418652. OLE color: 6418652.

HSL color Cylindrical-coordinate representation of color #DCF061: hue angle of 68.39º 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 #DCF061 is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 240 97 -
CMYK 0.08 0 0.60 0.06
HSL 68.39º 0.83% 0.66% -
HSV(B) 68.39º 0.6% 0.94% -
XYZ 62.83 78.4 23.13 -
YUV 217.72 59.87 129.63 -
System Red Green Blue C M Y K H S L
Decimal 220 240 97 0.08 0 0.60 0.06 68.39 0.83 0.66
Hex DC F0 61 8 0 3C 6 44 53 42
Octal 334 360 141 10 0 74 6 104 123 102
Binary 11011100 11110000 1100001 1000 0 111100 110 1000100 1010011 1000010

Color Harmonies of #DCF061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF061

Black with #DCF061

Text Example


Text Example

White with #DCF061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF061; }

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

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

background-color css

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

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

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

border-color css

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

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

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