Html Css Color HEX #DCF160 Mindaro

📋 copy color: '#DCF160'

red 220 ◦ green 241 ◦ blue 96

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

Shades of Mindaro #DCF160

Tints of Mindaro #DCF160

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.27%

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

R = 39.5%
G = 43.27%
B = 17.24%

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

#DCF160 (or 0xDCF160) is known color: Mindaro. HEX triplet: DC, F1 and 60. RGB value is (220,241,96). Sum of RGB (Red+Green+Blue) = 220+241+96=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 96 (37.89% from 255 or 17.24% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF160 is #230E9F. Grayscale: #DADADA. Windows color (decimal): -2297504 or 6353372. OLE color: 6353372.

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

Color convert

RGB 220 241 96 -
CMYK 0.09 0 0.60 0.05
HSL 68.69º 0.84% 0.66% -
HSV(B) 68.69º 0.6% 0.95% -
XYZ 63.08 78.97 22.98 -
YUV 218.19 59.04 129.29 -
System Red Green Blue C M Y K H S L
Decimal 220 241 96 0.09 0 0.60 0.05 68.69 0.84 0.66
Hex DC F1 60 9 0 3C 5 45 54 42
Octal 334 361 140 11 0 74 5 105 124 102
Binary 11011100 11110001 1100000 1001 0 111100 101 1000101 1010100 1000010

Color Harmonies of #DCF160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF160

Black with #DCF160

Text Example


Text Example

White with #DCF160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF160; }

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

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

background-color css

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

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

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

border-color css

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

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

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