#B5EB6A

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

Shades of Sulu #B5EB6A

Tints of Sulu #B5EB6A

Color information

#B5EB6A (or 0xB5EB6A) is unknown color: approx Sulu. HEX triplet: B5, EB and 6A. RGB value is (181,235,106). Sum of RGB (Red+Green+Blue) = 181+235+106=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 106 (41.80% from 255 or 20.31% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EB6A is #4A1495. Grayscale: #CCCCCC. Windows color (decimal): -4854934 or 7007157. OLE color: 7007157.

HSL color Cylindrical-coordinate representation of color #B5EB6A: hue angle of 85.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B5EB6A is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.

Color convert

RGB181235106-
CMYK0.2300.550.08
HSL85.12º76.33%66.86%-
HSV(B)85.12º54.89%92.16%-
XYZ51.3770.2824.49-
YUV204.1572.61111.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.67%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 106 (41.80% from 255) = 20.31%
R=34.67%
G=45.02%
B=20.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812351060.2300.550.0885.1276.3366.86
HexB5EB6A170378554c43
Octal2653531522706710125114103
Binary101101011110101111010101011101101111000101010110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EB6A; }

 p { color: rgb(181,235,106); }

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

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

 a { background-color: rgb(181,235,106); }

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

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

 span { border-color: rgb(181,235,106); }

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