#B0F67F

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

Shades of Sulu #B0F67F

Tints of Sulu #B0F67F

Color information

#B0F67F (or 0xB0F67F) is unknown color: approx Sulu. HEX triplet: B0, F6 and 7F. RGB value is (176,246,127). Sum of RGB (Red+Green+Blue) = 176+246+127=549 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.06% from 549); Green value is 246 (96.48% from 255 or 44.81% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 246 - color contains mainly: green. Hex color #B0F67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F67F is #4F0980. Grayscale: #D3D3D3. Windows color (decimal): -5179777 or 8386224. OLE color: 8386224.

HSL color Cylindrical-coordinate representation of color #B0F67F: hue angle of 95.29º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B0F67F is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB176246127-
CMYK0.2800.480.04
HSL95.29º86.86%73.14%-
HSV(B)95.29º48.37%96.47%-
XYZ54.6976.6732-
YUV211.580.31102.68-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.06%
GREEN value IS 246 (96.48% from 255) = 44.81%
BLUE value IS 127 (50% from 255) = 23.13%
R=32.06%
G=44.81%
B=23.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1762461270.2800.480.0495.2986.8673.14
HexB0F67F1C03045f5749
Octal260366177340604137127111
Binary10110000111101101111111111000110000100101111110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0F67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0F67F; }

 p { color: rgb(176,246,127); }

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

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

 a { background-color: rgb(176,246,127); }

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

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

 span { border-color: rgb(176,246,127); }

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