Html Css Color HEX #DCFC75 Mindaro

📋 copy color: '#DCFC75'

red 220 ◦ green 252 ◦ blue 117

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

Shades of Mindaro #DCFC75

Tints of Mindaro #DCFC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.86%

R = 37.35%
G = 42.78%
B = 19.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#DCFC75 (or 0xDCFC75) is known color: Mindaro. HEX triplet: DC, FC and 75. RGB value is (220,252,117). Sum of RGB (Red+Green+Blue) = 220+252+117=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 117 (46.09% from 255 or 19.86% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFC75 is #23038A. Grayscale: #E3E3E3. Windows color (decimal): -2294667 or 7732444. OLE color: 7732444.

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

Color convert

RGB 220 252 117 -
CMYK 0.13 0 0.54 0.01
HSL 74.22º 0.96% 0.72% -
HSV(B) 74.22º 0.54% 0.99% -
XYZ 67.54 86.12 29.89 -
YUV 227.04 65.9 122.98 -
System Red Green Blue C M Y K H S L
Decimal 220 252 117 0.13 0 0.54 0.01 74.22 0.96 0.72
Hex DC FC 75 D 0 36 1 4A 60 48
Octal 334 374 165 15 0 66 1 112 140 110
Binary 11011100 11111100 1110101 1101 0 110110 1 1001010 1100000 1001000

Color Harmonies of #DCFC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC75

Black with #DCFC75

Text Example


Text Example

White with #DCFC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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