Html Css Color HEX #DCF261 Mindaro

📋 copy color: '#DCF261'

red 220 ◦ green 242 ◦ blue 97

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

Shades of Mindaro #DCF261

Tints of Mindaro #DCF261

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

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

R = 39.36%
G = 43.29%
B = 17.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#DCF261 (or 0xDCF261) is known color: Mindaro. HEX triplet: DC, F2 and 61. RGB value is (220,242,97). Sum of RGB (Red+Green+Blue) = 220+242+97=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 97 (38.28% from 255 or 17.35% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF261 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF261 is #230D9E. Grayscale: #DBDBDB. Windows color (decimal): -2297247 or 6419164. OLE color: 6419164.

HSL color Cylindrical-coordinate representation of color #DCF261: hue angle of 69.1º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DCF261 is Cyan = 0.09, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 97 -
CMYK 0.09 0 0.60 0.05
HSL 69.1º 0.85% 0.66% -
HSV(B) 69.1º 0.6% 0.95% -
XYZ 63.43 79.58 23.33 -
YUV 218.89 59.21 128.79 -
System Red Green Blue C M Y K H S L
Decimal 220 242 97 0.09 0 0.60 0.05 69.1 0.85 0.66
Hex DC F2 61 9 0 3C 5 45 55 42
Octal 334 362 141 11 0 74 5 105 125 102
Binary 11011100 11110010 1100001 1001 0 111100 101 1000101 1010101 1000010

Color Harmonies of #DCF261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF261

Black with #DCF261

Text Example


Text Example

White with #DCF261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF261; }

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

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

background-color css

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

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

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

border-color css

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

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

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