Html Css Color HEX #DCF960 Mindaro

📋 copy color: '#DCF960'

red 220 ◦ green 249 ◦ blue 96

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

Shades of Mindaro #DCF960

Tints of Mindaro #DCF960

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.07%

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

R = 38.94%
G = 44.07%
B = 16.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DCF960 (or 0xDCF960) is known color: Mindaro. HEX triplet: DC, F9 and 60. RGB value is (220,249,96). Sum of RGB (Red+Green+Blue) = 220+249+96=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 96 (37.89% from 255 or 16.99% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF960 is #23069F. Grayscale: #DFDFDF. Windows color (decimal): -2295456 or 6355420. OLE color: 6355420.

HSL color Cylindrical-coordinate representation of color #DCF960: hue angle of 71.37º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF960 is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 96 -
CMYK 0.12 0 0.61 0.02
HSL 71.37º 0.93% 0.68% -
HSV(B) 71.37º 0.61% 0.98% -
XYZ 65.5 83.81 23.79 -
YUV 222.89 56.39 125.94 -
System Red Green Blue C M Y K H S L
Decimal 220 249 96 0.12 0 0.61 0.02 71.37 0.93 0.68
Hex DC F9 60 C 0 3D 2 47 5D 44
Octal 334 371 140 14 0 75 2 107 135 104
Binary 11011100 11111001 1100000 1100 0 111101 10 1000111 1011101 1000100

Color Harmonies of #DCF960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF960

Black with #DCF960

Text Example


Text Example

White with #DCF960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF960; }

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

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

background-color css

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

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

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

border-color css

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

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

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