#B0F37C

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

Shades of Sulu #B0F37C

Tints of Sulu #B0F37C

Color information

#B0F37C (or 0xB0F37C) is unknown color: approx Sulu. HEX triplet: B0, F3 and 7C. RGB value is (176,243,124). Sum of RGB (Red+Green+Blue) = 176+243+124=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 124 (48.83% from 255 or 22.84% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #B0F37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F37C is #4F0C83. Grayscale: #D1D1D1. Windows color (decimal): -5180548 or 8188848. OLE color: 8188848.

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

Color convert

RGB176243124-
CMYK0.2800.490.05
HSL93.78º83.22%71.96%-
HSV(B)93.78º48.97%95.29%-
XYZ53.5974.7930.68-
YUV209.479.8104.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.41%
GREEN value IS 243 (95.31% from 255) = 44.75%
BLUE value IS 124 (48.83% from 255) = 22.84%
R=32.41%
G=44.75%
B=22.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1762431240.2800.490.0593.7883.2271.96
HexB0F37C1C03155e5348
Octal260363174340615136123110
Binary10110000111100111111100111000110001101101111010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F37C; }

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

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

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

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

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

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

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

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