Html Css Color HEX #DCF460 Mindaro

📋 copy color: '#DCF460'

red 220 ◦ green 244 ◦ blue 96

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

Shades of Mindaro #DCF460

Tints of Mindaro #DCF460

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.57%

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

R = 39.29%
G = 43.57%
B = 17.14%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DCF460 (or 0xDCF460) is known color: Mindaro. HEX triplet: DC, F4 and 60. RGB value is (220,244,96). Sum of RGB (Red+Green+Blue) = 220+244+96=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 244 (95.70% from 255 or 43.57% from 560); Blue value is 96 (37.89% from 255 or 17.14% from 560); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF460 is #230B9F. Grayscale: #DCDCDC. Windows color (decimal): -2296736 or 6354140. OLE color: 6354140.

HSL color Cylindrical-coordinate representation of color #DCF460: hue angle of 69.73º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DCF460 is Cyan = 0.10, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 96 -
CMYK 0.10 0 0.61 0.04
HSL 69.73º 0.87% 0.67% -
HSV(B) 69.73º 0.61% 0.96% -
XYZ 63.98 80.76 23.28 -
YUV 219.95 58.05 128.03 -
System Red Green Blue C M Y K H S L
Decimal 220 244 96 0.10 0 0.61 0.04 69.73 0.87 0.67
Hex DC F4 60 A 0 3D 4 46 57 43
Octal 334 364 140 12 0 75 4 106 127 103
Binary 11011100 11110100 1100000 1010 0 111101 100 1000110 1010111 1000011

Color Harmonies of #DCF460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF460

Black with #DCF460

Text Example


Text Example

White with #DCF460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF460; }

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

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

background-color css

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

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

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

border-color css

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

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

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