#b0f27c

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

Shades of Sulu #B0F27C

Tints of Sulu #B0F27C

Color information

#B0F27C (or 0xB0F27C) is unknown color: approx Sulu. HEX triplet: B0, F2 and 7C. RGB value is (176,242,124). Sum of RGB (Red+Green+Blue) = 176+242+124=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F27C is #4F0D83. Grayscale: #D1D1D1. Windows color (decimal): -5180804 or 8188592. OLE color: 8188592.

HSL color Cylindrical-coordinate representation of color #B0F27C: hue angle of 93.56º degrees, saturation: 0.82, 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 #B0F27C is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB176242124-
CMYK0.2700.490.05
HSL93.56º81.94%71.76%-
HSV(B)93.56º48.76%94.9%-
XYZ53.2974.1930.58-
YUV208.8180.13104.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.47%
GREEN value IS 242 (94.92% from 255) = 44.65%
BLUE value IS 124 (48.83% from 255) = 22.88%
R=32.47%
G=44.65%
B=22.88%

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
Decimal1762421240.2700.490.0593.5681.9471.76
HexB0F27C1B03155e5248
Octal260362174330615136122110
Binary10110000111100101111100110110110001101101111010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b0f27c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b0f27c; }

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

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

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

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

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

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

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

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