#5BE474

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

Shades of Pastel Green #5BE474

Tints of Pastel Green #5BE474

Color information

#5BE474 (or 0x5BE474) is unknown color: approx Pastel Green. HEX triplet: 5B, E4 and 74. RGB value is (91,228,116). Sum of RGB (Red+Green+Blue) = 91+228+116=435 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.92% from 435); Green value is 228 (89.45% from 255 or 52.41% from 435); Blue value is 116 (45.70% from 255 or 26.67% from 435); Max value from RGB is 228 - color contains mainly: green. Hex color #5BE474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BE474 is #A41B8B. Grayscale: #AEAEAE. Windows color (decimal): -10754956 or 7660635. OLE color: 7660635.

HSL color Cylindrical-coordinate representation of color #5BE474: hue angle of 130.95º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5BE474 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB91228116-
CMYK0.6000.490.11
HSL130.95º71.73%62.55%-
HSV(B)130.95º60.09%89.41%-
XYZ35.2158.9726.05-
YUV174.2795.1168.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.92%
GREEN value IS 228 (89.45% from 255) = 52.41%
BLUE value IS 116 (45.70% from 255) = 26.67%
R=20.92%
G=52.41%
B=26.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal912281160.6000.490.11130.9571.7362.55
Hex5BE4743C031B83483f
Octal133344164740611320311077
Binary101101111100100111010011110001100011011100000111001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BE474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,228,116); }

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

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

 a { background-color: rgb(91,228,116); }

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

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

 span { border-color: rgb(91,228,116); }

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