Html Css Color HEX #DCFD5D Mindaro

📋 copy color: '#DCFD5D'

red 220 ◦ green 253 ◦ blue 93

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

Shades of Mindaro #DCFD5D

Tints of Mindaro #DCFD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 16.43%

R = 38.87%
G = 44.7%
B = 16.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#DCFD5D (or 0xDCFD5D) is known color: Mindaro. HEX triplet: DC, FD and 5D. RGB value is (220,253,93). Sum of RGB (Red+Green+Blue) = 220+253+93=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 93 (36.72% from 255 or 16.43% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD5D is #2302A2. Grayscale: #E1E1E1. Windows color (decimal): -2294435 or 6159836. OLE color: 6159836.

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

Color convert

RGB 220 253 93 -
CMYK 0.13 0 0.63 0.01
HSL 72.38º 0.98% 0.68% -
HSV(B) 72.38º 0.63% 0.99% -
XYZ 66.62 86.26 23.49 -
YUV 224.89 53.57 124.51 -
System Red Green Blue C M Y K H S L
Decimal 220 253 93 0.13 0 0.63 0.01 72.38 0.98 0.68
Hex DC FD 5D D 0 3F 1 48 62 44
Octal 334 375 135 15 0 77 1 110 142 104
Binary 11011100 11111101 1011101 1101 0 111111 1 1001000 1100010 1000100

Color Harmonies of #DCFD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD5D

Black with #DCFD5D

Text Example


Text Example

White with #DCFD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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