Html Css Color HEX #DCF776 Mindaro

📋 copy color: '#DCF776'

red 220 ◦ green 247 ◦ blue 118

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

Shades of Mindaro #DCF776

Tints of Mindaro #DCF776

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.22%

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

R = 37.61%
G = 42.22%
B = 20.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#DCF776 (or 0xDCF776) is known color: Mindaro. HEX triplet: DC, F7 and 76. RGB value is (220,247,118). Sum of RGB (Red+Green+Blue) = 220+247+118=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 247 (96.88% from 255 or 42.22% from 585); Blue value is 118 (46.48% from 255 or 20.17% from 585); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF776 is #230889. Grayscale: #E0E0E0. Windows color (decimal): -2295946 or 7796700. OLE color: 7796700.

HSL color Cylindrical-coordinate representation of color #DCF776: hue angle of 72.56º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCF776 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 118 -
CMYK 0.11 0 0.52 0.03
HSL 72.56º 0.89% 0.72% -
HSV(B) 72.56º 0.52% 0.97% -
XYZ 66.05 83.05 29.69 -
YUV 224.22 68.05 124.99 -
System Red Green Blue C M Y K H S L
Decimal 220 247 118 0.11 0 0.52 0.03 72.56 0.89 0.72
Hex DC F7 76 B 0 34 3 49 59 48
Octal 334 367 166 13 0 64 3 111 131 110
Binary 11011100 11110111 1110110 1011 0 110100 11 1001001 1011001 1001000

Color Harmonies of #DCF776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF776

Black with #DCF776

Text Example


Text Example

White with #DCF776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF776; }

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

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

background-color css

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

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

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

border-color css

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

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

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