#B0F36A

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

Shades of Sulu #B0F36A

Tints of Sulu #B0F36A

Color information

#B0F36A (or 0xB0F36A) is unknown color: approx Sulu. HEX triplet: B0, F3 and 6A. RGB value is (176,243,106). Sum of RGB (Red+Green+Blue) = 176+243+106=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 243 (95.31% from 255 or 46.29% from 525); Blue value is 106 (41.80% from 255 or 20.19% from 525); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F36A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F36A is #4F0C95. Grayscale: #CFCFCF. Windows color (decimal): -5180566 or 7009200. OLE color: 7009200.

HSL color Cylindrical-coordinate representation of color #B0F36A: hue angle of 89.34º degrees, saturation: 0.85, 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 #B0F36A is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB176243106-
CMYK0.2800.560.05
HSL89.34º85.09%68.43%-
HSV(B)89.34º56.38%95.29%-
XYZ52.5674.3725.22-
YUV207.3570.8105.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.52%
GREEN value IS 243 (95.31% from 255) = 46.29%
BLUE value IS 106 (41.80% from 255) = 20.19%
R=33.52%
G=46.29%
B=20.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431060.2800.560.0589.3485.0968.43
HexB0F36A1C0385595544
Octal260363152340705131125104
Binary10110000111100111101010111000111000101101100110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F36A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F36A; }

 p { color: rgb(176,243,106); }

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

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

 a { background-color: rgb(176,243,106); }

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

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

 span { border-color: rgb(176,243,106); }

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