#5FEFBE

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

Shades of Downy #5FEFBE

Tints of Downy #5FEFBE

Color information

#5FEFBE (or 0x5FEFBE) is unknown color: approx Downy. HEX triplet: 5F, EF and BE. RGB value is (95,239,190). Sum of RGB (Red+Green+Blue) = 95+239+190=524 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.13% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 190 (74.61% from 255 or 36.26% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FEFBE is #A01041. Grayscale: #BEBEBE. Windows color (decimal): -10489922 or 12513119. OLE color: 12513119.

HSL color Cylindrical-coordinate representation of color #5FEFBE: hue angle of 159.58º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5FEFBE is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB95239190-
CMYK0.6000.210.06
HSL159.58º81.82%65.49%-
HSV(B)159.58º60.25%93.73%-
XYZ44.8867.8859.45-
YUV190.36127.7959.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.13%
GREEN value IS 239 (93.75% from 255) = 45.61%
BLUE value IS 190 (74.61% from 255) = 36.26%
R=18.13%
G=45.61%
B=36.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal952391900.6000.210.06159.5881.8265.49
Hex5FEFBE3C0156a05241
Octal137357276740256240122101
Binary101111111101111101111101111000101011101010000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,239,190); }

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

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

 a { background-color: rgb(95,239,190); }

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

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

 span { border-color: rgb(95,239,190); }

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