#B5F385

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

Shades of Sulu #B5F385

Tints of Sulu #B5F385

Color information

#B5F385 (or 0xB5F385) is unknown color: approx Sulu. HEX triplet: B5, F3 and 85. RGB value is (181,243,133). Sum of RGB (Red+Green+Blue) = 181+243+133=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 133 (52.34% from 255 or 23.88% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F385 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5F385 is #4A0C7A. Grayscale: #D4D4D4. Windows color (decimal): -4852859 or 8778677. OLE color: 8778677.

HSL color Cylindrical-coordinate representation of color #B5F385: hue angle of 93.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B5F385 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB181243133-
CMYK0.2600.450.05
HSL93.82º82.09%73.73%-
HSV(B)93.82º45.27%95.29%-
XYZ55.3475.6233.87-
YUV211.9283.46105.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.50%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 133 (52.34% from 255) = 23.88%
R=32.50%
G=43.63%
B=23.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812431330.2600.450.0593.8282.0973.73
HexB5F3851A02D55e524a
Octal265363205320555136122112
Binary101101011111001110000101110100101101101101111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F385; }

 p { color: rgb(181,243,133); }

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

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

 a { background-color: rgb(181,243,133); }

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

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

 span { border-color: rgb(181,243,133); }

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