Html Css Color HEX #DCFD60 Mindaro

📋 copy color: '#DCFD60'

red 220 ◦ green 253 ◦ blue 96

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

Shades of Mindaro #DCFD60

Tints of Mindaro #DCFD60

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.46%

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

R = 38.66%
G = 44.46%
B = 16.87%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#DCFD60 (or 0xDCFD60) is known color: Mindaro. HEX triplet: DC, FD and 60. RGB value is (220,253,96). Sum of RGB (Red+Green+Blue) = 220+253+96=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 253 (99.22% from 255 or 44.46% from 569); Blue value is 96 (37.89% from 255 or 16.87% from 569); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD60 is #23029F. Grayscale: #E1E1E1. Windows color (decimal): -2294432 or 6356444. OLE color: 6356444.

HSL color Cylindrical-coordinate representation of color #DCFD60: hue angle of 72.61º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DCFD60 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 96 -
CMYK 0.13 0 0.62 0.01
HSL 72.61º 0.98% 0.68% -
HSV(B) 72.61º 0.62% 0.99% -
XYZ 66.75 86.31 24.21 -
YUV 225.24 55.07 124.27 -
System Red Green Blue C M Y K H S L
Decimal 220 253 96 0.13 0 0.62 0.01 72.61 0.98 0.68
Hex DC FD 60 D 0 3E 1 49 62 44
Octal 334 375 140 15 0 76 1 111 142 104
Binary 11011100 11111101 1100000 1101 0 111110 1 1001001 1100010 1000100

Color Harmonies of #DCFD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD60

Black with #DCFD60

Text Example


Text Example

White with #DCFD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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