#B2FB6A

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

Shades of Sulu #B2FB6A

Tints of Sulu #B2FB6A

Color information

#B2FB6A (or 0xB2FB6A) is unknown color: approx Sulu. HEX triplet: B2, FB and 6A. RGB value is (178,251,106). Sum of RGB (Red+Green+Blue) = 178+251+106=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB6A is #4D0495. Grayscale: #D5D5D5. Windows color (decimal): -5047446 or 7011250. OLE color: 7011250.

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

Color convert

RGB178251106-
CMYK0.2900.580.02
HSL90.21º94.77%70%-
HSV(B)90.21º57.77%98.43%-
XYZ55.4679.526.06-
YUV212.6467.82103.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 106 (41.80% from 255) = 19.81%
R=33.27%
G=46.92%
B=19.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511060.2900.580.0290.2194.7770
HexB2FB6A1D03A25a5f46
Octal262373152350722132137106
Binary1011001011111011110101011101011101010101101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FB6A; }

 p { color: rgb(178,251,106); }

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

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

 a { background-color: rgb(178,251,106); }

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

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

 span { border-color: rgb(178,251,106); }

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