Html Css Color HEX #DCF477 Mindaro

📋 copy color: '#DCF477'

red 220 ◦ green 244 ◦ blue 119

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

Shades of Mindaro #DCF477

Tints of Mindaro #DCF477

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.85%

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

R = 37.74%
G = 41.85%
B = 20.41%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#DCF477 (or 0xDCF477) is known color: Mindaro. HEX triplet: DC, F4 and 77. RGB value is (220,244,119). Sum of RGB (Red+Green+Blue) = 220+244+119=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 244 (95.70% from 255 or 41.85% from 583); Blue value is 119 (46.88% from 255 or 20.41% from 583); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF477 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF477 is #230B88. Grayscale: #DFDFDF. Windows color (decimal): -2296713 or 7861468. OLE color: 7861468.

HSL color Cylindrical-coordinate representation of color #DCF477: hue angle of 71.52º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF477 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 119 -
CMYK 0.10 0 0.51 0.04
HSL 71.52º 0.85% 0.71% -
HSV(B) 71.52º 0.51% 0.96% -
XYZ 65.2 81.25 29.7 -
YUV 222.57 69.55 126.16 -
System Red Green Blue C M Y K H S L
Decimal 220 244 119 0.10 0 0.51 0.04 71.52 0.85 0.71
Hex DC F4 77 A 0 33 4 48 55 47
Octal 334 364 167 12 0 63 4 110 125 107
Binary 11011100 11110100 1110111 1010 0 110011 100 1001000 1010101 1000111

Color Harmonies of #DCF477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF477

Black with #DCF477

Text Example


Text Example

White with #DCF477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF477; }

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

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

background-color css

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

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

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

border-color css

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

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

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