#B5F36F

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

Shades of Sulu #B5F36F

Tints of Sulu #B5F36F

Color information

#B5F36F (or 0xB5F36F) is unknown color: approx Sulu. HEX triplet: B5, F3 and 6F. RGB value is (181,243,111). Sum of RGB (Red+Green+Blue) = 181+243+111=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 243 (95.31% from 255 or 45.42% from 535); Blue value is 111 (43.75% from 255 or 20.75% from 535); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F36F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F36F is #4A0C90. Grayscale: #D1D1D1. Windows color (decimal): -4852881 or 7336885. OLE color: 7336885.

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

Color convert

RGB181243111-
CMYK0.2600.540.05
HSL88.18º84.62%69.41%-
HSV(B)88.18º54.32%95.29%-
XYZ53.9875.0726.68-
YUV209.4172.46107.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.83%
GREEN value IS 243 (95.31% from 255) = 45.42%
BLUE value IS 111 (43.75% from 255) = 20.75%
R=33.83%
G=45.42%
B=20.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812431110.2600.540.0588.1884.6269.41
HexB5F36F1A0365585545
Octal265363157320665130125105
Binary10110101111100111101111110100110110101101100010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F36F; }

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

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

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

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

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

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

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

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