Html Css Color HEX #DCFD76 Mindaro

📋 copy color: '#DCFD76'

red 220 ◦ green 253 ◦ blue 118

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

Shades of Mindaro #DCFD76

Tints of Mindaro #DCFD76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.97%

R = 37.23%
G = 42.81%
B = 19.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#DCFD76 (or 0xDCFD76) is known color: Mindaro. HEX triplet: DC, FD and 76. RGB value is (220,253,118). Sum of RGB (Red+Green+Blue) = 220+253+118=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFD76 is #230289. Grayscale: #E4E4E4. Windows color (decimal): -2294410 or 7798236. OLE color: 7798236.

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

Color convert

RGB 220 253 118 -
CMYK 0.13 0 0.53 0.01
HSL 74.67º 0.97% 0.73% -
HSV(B) 74.67º 0.53% 0.99% -
XYZ 67.91 86.77 30.31 -
YUV 227.74 66.07 122.48 -
System Red Green Blue C M Y K H S L
Decimal 220 253 118 0.13 0 0.53 0.01 74.67 0.97 0.73
Hex DC FD 76 D 0 35 1 4B 61 49
Octal 334 375 166 15 0 65 1 113 141 111
Binary 11011100 11111101 1110110 1101 0 110101 1 1001011 1100001 1001001

Color Harmonies of #DCFD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD76

Black with #DCFD76

Text Example


Text Example

White with #DCFD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD76; }

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

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

background-color css

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

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

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

border-color css

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

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

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