Html Css Color HEX #DCF976 Mindaro

📋 copy color: '#DCF976'

red 220 ◦ green 249 ◦ blue 118

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

Shades of Mindaro #DCF976

Tints of Mindaro #DCF976

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.42%

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

R = 37.48%
G = 42.42%
B = 20.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#DCF976 (or 0xDCF976) is known color: Mindaro. HEX triplet: DC, F9 and 76. RGB value is (220,249,118). Sum of RGB (Red+Green+Blue) = 220+249+118=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF976 is #230689. Grayscale: #E1E1E1. Windows color (decimal): -2295434 or 7797212. OLE color: 7797212.

HSL color Cylindrical-coordinate representation of color #DCF976: hue angle of 73.28º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCF976 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 220 249 118 -
CMYK 0.12 0 0.53 0.02
HSL 73.28º 0.92% 0.72% -
HSV(B) 73.28º 0.53% 0.98% -
XYZ 66.66 84.28 29.89 -
YUV 225.4 67.39 124.15 -
System Red Green Blue C M Y K H S L
Decimal 220 249 118 0.12 0 0.53 0.02 73.28 0.92 0.72
Hex DC F9 76 C 0 35 2 49 5C 48
Octal 334 371 166 14 0 65 2 111 134 110
Binary 11011100 11111001 1110110 1100 0 110101 10 1001001 1011100 1001000

Color Harmonies of #DCF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF976

Black with #DCF976

Text Example


Text Example

White with #DCF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF976; }

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

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

background-color css

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

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

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

border-color css

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

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

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