#B5F175

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

Shades of Sulu #B5F175

Tints of Sulu #B5F175

Color information

#B5F175 (or 0xB5F175) is unknown color: approx Sulu. HEX triplet: B5, F1 and 75. RGB value is (181,241,117). Sum of RGB (Red+Green+Blue) = 181+241+117=539 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.58% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 117 (46.09% from 255 or 21.71% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F175 is #4A0E8A. Grayscale: #D1D1D1. Windows color (decimal): -4853387 or 7729589. OLE color: 7729589.

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

Color convert

RGB181241117-
CMYK0.2500.510.05
HSL89.03º81.58%70.2%-
HSV(B)89.03º51.45%94.51%-
XYZ53.7274.0228.29-
YUV208.9276.12108.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.58%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 117 (46.09% from 255) = 21.71%
R=33.58%
G=44.71%
B=21.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812411170.2500.510.0589.0381.5870.2
HexB5F175190335595246
Octal265361165310635131122106
Binary10110101111100011110101110010110011101101100110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F175; }

 p { color: rgb(181,241,117); }

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

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

 a { background-color: rgb(181,241,117); }

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

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

 span { border-color: rgb(181,241,117); }

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