#B5E07A

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

Shades of Sulu #B5E07A

Tints of Sulu #B5E07A

Color information

#B5E07A (or 0xB5E07A) is unknown color: approx Sulu. HEX triplet: B5, E0 and 7A. RGB value is (181,224,122). Sum of RGB (Red+Green+Blue) = 181+224+122=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 224 (87.89% from 255 or 42.50% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 224 - color contains mainly: green. Hex color #B5E07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B5E07A is #4A1F85. Grayscale: #C7C7C7. Windows color (decimal): -4857734 or 8052917. OLE color: 8052917.

HSL color Cylindrical-coordinate representation of color #B5E07A: hue angle of 85.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B5E07A is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB181224122-
CMYK0.1900.460.12
HSL85.29º62.2%67.84%-
HSV(B)85.29º45.54%87.84%-
XYZ49.2264.5428.28-
YUV199.5284.25114.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 224 (87.89% from 255) = 42.50%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=34.35%
G=42.50%
B=23.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1812241220.1900.460.1285.2962.267.84
HexB5E07A1302EC553e44
Octal265340172230561412576104
Binary10110101111000001111010100110101110110010101011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E07A; }

 p { color: rgb(181,224,122); }

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

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

 a { background-color: rgb(181,224,122); }

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

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

 span { border-color: rgb(181,224,122); }

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