#5fe7bc

Color #5FE7BC Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #5FE7BC

Tints of Downy #5FE7BC

Color information

#5FE7BC (or 0x5FE7BC) is unknown color: approx Downy. HEX triplet: 5F, E7 and BC. RGB value is (95,231,188). Sum of RGB (Red+Green+Blue) = 95+231+188=514 (68% of max value = 765). Red value is 95 (37.5% from 255 or 18.48% from 514); Green value is 231 (90.62% from 255 or 44.94% from 514); Blue value is 188 (73.83% from 255 or 36.58% from 514); Max value from RGB is 231 - color contains mainly: green. Hex color #5FE7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FE7BC is #A01843. Grayscale: #B9B9B9. Windows color (decimal): -10491972 or 12379999. OLE color: 12379999.

HSL color Cylindrical-coordinate representation of color #5FE7BC: hue angle of 161.03º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5FE7BC is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB95231188-
CMYK0.5900.190.09
HSL161.03º73.91%63.92%-
HSV(B)161.03º58.87%90.59%-
XYZ42.3763.2257.55-
YUV185.43129.4463.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.48%
GREEN value IS 231 (90.62% from 255) = 44.94%
BLUE value IS 188 (73.83% from 255) = 36.58%
R=18.48%
G=44.94%
B=36.58%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal952311880.5900.190.09161.0373.9163.92
Hex5FE7BC3B0139a14a40
Octal1373472747302311241112100
Binary1011111111001111011110011101101001110011010000110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5fe7bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5fe7bc; }

 p { color: rgb(95,231,188); }

 H1.HeaderClassName
 {
   color: #5fe7bc;
 }
 .AnyTagClassName
 {
   color: #5fe7bc;
 }
</style>
background-color css

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

 a { background-color: rgb(95,231,188); }

 div.DivClassName
 {
   background-color: #5fe7bc;
 }
 .BgClassName
 {
   background-color: #5fe7bc;
 }
</style>
border-color css

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

 span { border-color: rgb(95,231,188); }

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