Html Css Color HEX #DCF977 Mindaro

📋 copy color: '#DCF977'

red 220 ◦ green 249 ◦ blue 119

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

Shades of Mindaro #DCF977

Tints of Mindaro #DCF977

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.24%

R = 37.41%
G = 42.35%
B = 20.24%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#DCF977 (or 0xDCF977) is known color: Mindaro. HEX triplet: DC, F9 and 77. RGB value is (220,249,119). Sum of RGB (Red+Green+Blue) = 220+249+119=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF977 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF977 is #230688. Grayscale: #E2E2E2. Windows color (decimal): -2295433 or 7862748. OLE color: 7862748.

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

Color convert

RGB 220 249 119 -
CMYK 0.12 0 0.52 0.02
HSL 73.38º 0.92% 0.72% -
HSV(B) 73.38º 0.52% 0.98% -
XYZ 66.72 84.3 30.21 -
YUV 225.51 67.89 124.07 -
System Red Green Blue C M Y K H S L
Decimal 220 249 119 0.12 0 0.52 0.02 73.38 0.92 0.72
Hex DC F9 77 C 0 34 2 49 5C 48
Octal 334 371 167 14 0 64 2 111 134 110
Binary 11011100 11111001 1110111 1100 0 110100 10 1001001 1011100 1001000

Color Harmonies of #DCF977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF977

Black with #DCF977

Text Example


Text Example

White with #DCF977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF977; }

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

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

background-color css

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

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

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

border-color css

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

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

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