Html Css Color HEX #DCFF76 Mindaro

📋 copy color: '#DCFF76'

red 220 ◦ green 255 ◦ blue 118

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

Shades of Mindaro #DCFF76

Tints of Mindaro #DCFF76

RGB

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

 GREEN value IS 255 (100% from 255) = 43%

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

R = 37.1%
G = 43%
B = 19.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0

RGB Variations

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

Color information

#DCFF76 (or 0xDCFF76) is known color: Mindaro. HEX triplet: DC, FF and 76. RGB value is (220,255,118). Sum of RGB (Red+Green+Blue) = 220+255+118=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 118 (46.48% from 255 or 19.90% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCFF76 is #230089. Grayscale: #E5E5E5. Windows color (decimal): -2293898 or 7798748. OLE color: 7798748.

HSL color Cylindrical-coordinate representation of color #DCFF76: hue angle of 75.33º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DCFF76 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB 220 255 118 -
CMYK 0.14 0 0.54 0
HSL 75.33º 1% 0.73% -
HSV(B) 75.33º 0.54% 1% -
XYZ 68.55 88.04 30.52 -
YUV 228.92 65.4 121.64 -
System Red Green Blue C M Y K H S L
Decimal 220 255 118 0.14 0 0.54 0 75.33 1 0.73
Hex DC FF 76 E 0 36 0 4B 64 49
Octal 334 377 166 16 0 66 0 113 144 111
Binary 11011100 11111111 1110110 1110 0 110110 0 1001011 1100100 1001001

Color Harmonies of #DCFF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF76

Black with #DCFF76

Text Example


Text Example

White with #DCFF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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