Html Css Color HEX #DCFC61 Mindaro

📋 copy color: '#DCFC61'

red 220 ◦ green 252 ◦ blue 97

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

Shades of Mindaro #DCFC61

Tints of Mindaro #DCFC61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.05%

R = 38.66%
G = 44.29%
B = 17.05%

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

#DCFC61 (or 0xDCFC61) is known color: Mindaro. HEX triplet: DC, FC and 61. RGB value is (220,252,97). Sum of RGB (Red+Green+Blue) = 220+252+97=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 97 (38.28% from 255 or 17.05% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC61 is #23039E. Grayscale: #E1E1E1. Windows color (decimal): -2294687 or 6421724. OLE color: 6421724.

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

Color convert

RGB 220 252 97 -
CMYK 0.13 0 0.62 0.01
HSL 72.39º 0.96% 0.68% -
HSV(B) 72.39º 0.62% 0.99% -
XYZ 66.48 85.7 24.35 -
YUV 224.76 55.9 124.6 -
System Red Green Blue C M Y K H S L
Decimal 220 252 97 0.13 0 0.62 0.01 72.39 0.96 0.68
Hex DC FC 61 D 0 3E 1 48 60 44
Octal 334 374 141 15 0 76 1 110 140 104
Binary 11011100 11111100 1100001 1101 0 111110 1 1001000 1100000 1000100

Color Harmonies of #DCFC61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC61

Black with #DCFC61

Text Example


Text Example

White with #DCFC61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC61; }

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

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

background-color css

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

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

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

border-color css

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

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

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