Html Css Color HEX #DCFD5C Mindaro

📋 copy color: '#DCFD5C'

red 220 ◦ green 253 ◦ blue 92

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

Shades of Mindaro #DCFD5C

Tints of Mindaro #DCFD5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.28%

R = 38.94%
G = 44.78%
B = 16.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#DCFD5C (or 0xDCFD5C) is known color: Mindaro. HEX triplet: DC, FD and 5C. RGB value is (220,253,92). Sum of RGB (Red+Green+Blue) = 220+253+92=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 92 (36.33% from 255 or 16.28% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD5C is #2302A3. Grayscale: #E1E1E1. Windows color (decimal): -2294436 or 6094300. OLE color: 6094300.

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

Color convert

RGB 220 253 92 -
CMYK 0.13 0 0.64 0.01
HSL 72.3º 0.98% 0.68% -
HSV(B) 72.3º 0.64% 0.99% -
XYZ 66.57 86.24 23.26 -
YUV 224.78 53.07 124.59 -
System Red Green Blue C M Y K H S L
Decimal 220 253 92 0.13 0 0.64 0.01 72.3 0.98 0.68
Hex DC FD 5C D 0 40 1 48 62 44
Octal 334 375 134 15 0 100 1 110 142 104
Binary 11011100 11111101 1011100 1101 0 1000000 1 1001000 1100010 1000100

Color Harmonies of #DCFD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD5C

Black with #DCFD5C

Text Example


Text Example

White with #DCFD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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