#B0F17A

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

Shades of Sulu #B0F17A

Tints of Sulu #B0F17A

Color information

#B0F17A (or 0xB0F17A) is unknown color: approx Sulu. HEX triplet: B0, F1 and 7A. RGB value is (176,241,122). Sum of RGB (Red+Green+Blue) = 176+241+122=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 122 (48.05% from 255 or 22.63% from 539); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F17A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F17A is #4F0E85. Grayscale: #D0D0D0. Windows color (decimal): -5181062 or 8057264. OLE color: 8057264.

HSL color Cylindrical-coordinate representation of color #B0F17A: hue angle of 92.77º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0F17A is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB176241122-
CMYK0.2700.490.05
HSL92.77º80.95%71.18%-
HSV(B)92.77º49.38%94.51%-
XYZ52.8773.5529.82-
YUV20879.47105.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.65%
GREEN value IS 241 (94.53% from 255) = 44.71%
BLUE value IS 122 (48.05% from 255) = 22.63%
R=32.65%
G=44.71%
B=22.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762411220.2700.490.0592.7780.9571.18
HexB0F17A1B03155d5147
Octal260361172330615135121107
Binary10110000111100011111010110110110001101101110110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F17A; }

 p { color: rgb(176,241,122); }

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

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

 a { background-color: rgb(176,241,122); }

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

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

 span { border-color: rgb(176,241,122); }

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