#B0FB68

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

Shades of Sulu #B0FB68

Tints of Sulu #B0FB68

Color information

#B0FB68 (or 0xB0FB68) is unknown color: approx Sulu. HEX triplet: B0, FB and 68. RGB value is (176,251,104). Sum of RGB (Red+Green+Blue) = 176+251+104=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 251 (98.44% from 255 or 47.27% from 531); Blue value is 104 (41.02% from 255 or 19.59% from 531); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FB68 is #4F0497. Grayscale: #D4D4D4. Windows color (decimal): -5178520 or 6880176. OLE color: 6880176.

HSL color Cylindrical-coordinate representation of color #B0FB68: hue angle of 90.61º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B0FB68 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB176251104-
CMYK0.3000.590.02
HSL90.61º94.84%69.61%-
HSV(B)90.61º58.57%98.43%-
XYZ54.979.2225.49-
YUV211.8267.15102.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.15%
GREEN value IS 251 (98.44% from 255) = 47.27%
BLUE value IS 104 (41.02% from 255) = 19.59%
R=33.15%
G=47.27%
B=19.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1762511040.3000.590.0290.6194.8469.61
HexB0FB681E03B25b5f46
Octal260373150360732133137106
Binary1011000011111011110100011110011101110101101110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FB68; }

 p { color: rgb(176,251,104); }

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

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

 a { background-color: rgb(176,251,104); }

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

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

 span { border-color: rgb(176,251,104); }

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