#B5F570

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

Shades of Sulu #B5F570

Tints of Sulu #B5F570

Color information

#B5F570 (or 0xB5F570) is unknown color: approx Sulu. HEX triplet: B5, F5 and 70. RGB value is (181,245,112). Sum of RGB (Red+Green+Blue) = 181+245+112=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 112 (44.14% from 255 or 20.82% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #B5F570 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F570 is #4A0A8F. Grayscale: #D3D3D3. Windows color (decimal): -4852368 or 7402933. OLE color: 7402933.

HSL color Cylindrical-coordinate representation of color #B5F570: hue angle of 88.87º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B5F570 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB181245112-
CMYK0.2600.540.04
HSL88.87º86.93%70%-
HSV(B)88.87º54.29%96.08%-
XYZ54.6376.327.18-
YUV210.772.3106.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 112 (44.14% from 255) = 20.82%
R=33.64%
G=45.54%
B=20.82%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1812451120.2600.540.0488.8786.9370
HexB5F5701A0364595746
Octal265365160320664131127106
Binary10110101111101011110000110100110110100101100110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F570; }

 p { color: rgb(181,245,112); }

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

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

 a { background-color: rgb(181,245,112); }

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

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

 span { border-color: rgb(181,245,112); }

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