Html Css Color HEX #DCF260 Mindaro

📋 copy color: '#DCF260'

red 220 ◦ green 242 ◦ blue 96

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

Shades of Mindaro #DCF260

Tints of Mindaro #DCF260

RGB

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

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

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

R = 39.43%
G = 43.37%
B = 17.2%

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

#DCF260 (or 0xDCF260) is known color: Mindaro. HEX triplet: DC, F2 and 60. RGB value is (220,242,96). Sum of RGB (Red+Green+Blue) = 220+242+96=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 96 (37.89% from 255 or 17.20% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF260 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF260 is #230D9F. Grayscale: #DBDBDB. Windows color (decimal): -2297248 or 6353628. OLE color: 6353628.

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

Color convert

RGB 220 242 96 -
CMYK 0.09 0 0.60 0.05
HSL 69.04º 0.85% 0.66% -
HSV(B) 69.04º 0.6% 0.95% -
XYZ 63.38 79.56 23.08 -
YUV 218.78 58.71 128.87 -
System Red Green Blue C M Y K H S L
Decimal 220 242 96 0.09 0 0.60 0.05 69.04 0.85 0.66
Hex DC F2 60 9 0 3C 5 45 55 42
Octal 334 362 140 11 0 74 5 105 125 102
Binary 11011100 11110010 1100000 1001 0 111100 101 1000101 1010101 1000010

Color Harmonies of #DCF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF260

Black with #DCF260

Text Example


Text Example

White with #DCF260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF260; }

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

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

background-color css

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

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

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

border-color css

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

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

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