#b0f06d

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

Shades of Sulu #B0F06D

Tints of Sulu #B0F06D

Color information

#B0F06D (or 0xB0F06D) is unknown color: approx Sulu. HEX triplet: B0, F0 and 6D. RGB value is (176,240,109). Sum of RGB (Red+Green+Blue) = 176+240+109=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 109 (42.97% from 255 or 20.76% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F06D is #4F0F92. Grayscale: #CECECE. Windows color (decimal): -5181331 or 7205040. OLE color: 7205040.

HSL color Cylindrical-coordinate representation of color #B0F06D: hue angle of 89.31º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0F06D is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB176240109-
CMYK0.2700.550.06
HSL89.31º81.37%68.43%-
HSV(B)89.31º54.58%94.12%-
XYZ51.8272.6525.76-
YUV205.9373.3106.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 109 (42.97% from 255) = 20.76%
R=33.52%
G=45.71%
B=20.76%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1762401090.2700.550.0689.3181.3768.43
HexB0F06D1B0376595144
Octal260360155330676131121104
Binary10110000111100001101101110110110111110101100110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f06d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f06d; }

 p { color: rgb(176,240,109); }

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

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

 a { background-color: rgb(176,240,109); }

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

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

 span { border-color: rgb(176,240,109); }

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