#B5F16A

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

Shades of Sulu #B5F16A

Tints of Sulu #B5F16A

Color information

#B5F16A (or 0xB5F16A) is unknown color: approx Sulu. HEX triplet: B5, F1 and 6A. RGB value is (181,241,106). Sum of RGB (Red+Green+Blue) = 181+241+106=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 241 (94.53% from 255 or 45.64% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F16A is #4A0E95. Grayscale: #D0D0D0. Windows color (decimal): -4853398 or 7008693. OLE color: 7008693.

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

Color convert

RGB181241106-
CMYK0.2500.560.05
HSL86.67º82.82%68.04%-
HSV(B)86.67º56.02%94.51%-
XYZ53.1173.7725.08-
YUV207.6770.62108.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 241 (94.53% from 255) = 45.64%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=34.28%
G=45.64%
B=20.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812411060.2500.560.0586.6782.8268.04
HexB5F16A190385575344
Octal265361152310705127123104
Binary10110101111100011101010110010111000101101011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F16A; }

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

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

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

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

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

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

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

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