#B0FF83

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

Shades of Sulu #B0FF83

Tints of Sulu #B0FF83

Color information

#B0FF83 (or 0xB0FF83) is unknown color: approx Sulu. HEX triplet: B0, FF and 83. RGB value is (176,255,131). Sum of RGB (Red+Green+Blue) = 176+255+131=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 131 (51.56% from 255 or 23.31% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B0FF83 is #4F007C. Grayscale: #D9D9D9. Windows color (decimal): -5177469 or 8650672. OLE color: 8650672.

HSL color Cylindrical-coordinate representation of color #B0FF83: hue angle of 98.23º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B0FF83 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.

Color convert

RGB176255131-
CMYK0.3100.490
HSL98.23º100%75.69%-
HSV(B)98.23º48.63%100%-
XYZ57.7682.3934.33-
YUV217.2479.3398.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.32%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 131 (51.56% from 255) = 23.31%
R=31.32%
G=45.37%
B=23.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1762551310.3100.49098.2310075.69
HexB0FF831F031062644c
Octal260377203370610142144114
Binary1011000011111111100000111111101100010110001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0FF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0FF83; }

 p { color: rgb(176,255,131); }

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

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

 a { background-color: rgb(176,255,131); }

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

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

 span { border-color: rgb(176,255,131); }

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