Html Css Color HEX #DCFC5E Mindaro

📋 copy color: '#DCFC5E'

red 220 ◦ green 252 ◦ blue 94

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

Shades of Mindaro #DCFC5E

Tints of Mindaro #DCFC5E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.52%

 BLUE value IS 94 (37.11% from 255) = 16.61%

R = 38.87%
G = 44.52%
B = 16.61%

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

#DCFC5E (or 0xDCFC5E) is known color: Mindaro. HEX triplet: DC, FC and 5E. RGB value is (220,252,94). Sum of RGB (Red+Green+Blue) = 220+252+94=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 94 (37.11% from 255 or 16.61% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC5E is #2303A1. Grayscale: #E1E1E1. Windows color (decimal): -2294690 or 6225116. OLE color: 6225116.

HSL color Cylindrical-coordinate representation of color #DCFC5E: hue angle of 72.15º degrees, saturation: 0.96, 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 #DCFC5E is Cyan = 0.13, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 94 -
CMYK 0.13 0 0.63 0.01
HSL 72.15º 0.96% 0.68% -
HSV(B) 72.15º 0.63% 0.99% -
XYZ 66.35 85.64 23.62 -
YUV 224.42 54.4 124.85 -
System Red Green Blue C M Y K H S L
Decimal 220 252 94 0.13 0 0.63 0.01 72.15 0.96 0.68
Hex DC FC 5E D 0 3F 1 48 60 44
Octal 334 374 136 15 0 77 1 110 140 104
Binary 11011100 11111100 1011110 1101 0 111111 1 1001000 1100000 1000100

Color Harmonies of #DCFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC5E

Black with #DCFC5E

Text Example


Text Example

White with #DCFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC5E; }

 p { color: rgb(220,252,94); }

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

background-color css

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

 a { background-color: rgb(220,252,94); }

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

border-color css

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

 span { border-color: rgb(220,252,94); }

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