Html Css Color HEX #DCF177 Mindaro

📋 copy color: '#DCF177'

red 220 ◦ green 241 ◦ blue 119

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

Shades of Mindaro #DCF177

Tints of Mindaro #DCF177

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.55%

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

R = 37.93%
G = 41.55%
B = 20.52%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#DCF177 (or 0xDCF177) is known color: Mindaro. HEX triplet: DC, F1 and 77. RGB value is (220,241,119). Sum of RGB (Red+Green+Blue) = 220+241+119=580 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.93% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 119 (46.88% from 255 or 20.52% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF177 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCF177 is #230E88. Grayscale: #DDDDDD. Windows color (decimal): -2297481 or 7860700. OLE color: 7860700.

HSL color Cylindrical-coordinate representation of color #DCF177: hue angle of 70.33º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCF177 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 119 -
CMYK 0.09 0 0.51 0.05
HSL 70.33º 0.81% 0.71% -
HSV(B) 70.33º 0.51% 0.95% -
XYZ 64.3 79.46 29.4 -
YUV 220.81 70.54 127.42 -
System Red Green Blue C M Y K H S L
Decimal 220 241 119 0.09 0 0.51 0.05 70.33 0.81 0.71
Hex DC F1 77 9 0 33 5 46 51 47
Octal 334 361 167 11 0 63 5 106 121 107
Binary 11011100 11110001 1110111 1001 0 110011 101 1000110 1010001 1000111

Color Harmonies of #DCF177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF177

Black with #DCF177

Text Example


Text Example

White with #DCF177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF177; }

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

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

background-color css

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

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

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

border-color css

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

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

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