#B2FB69

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

Shades of Sulu #B2FB69

Tints of Sulu #B2FB69

Color information

#B2FB69 (or 0xB2FB69) is unknown color: approx Sulu. HEX triplet: B2, FB and 69. RGB value is (178,251,105). Sum of RGB (Red+Green+Blue) = 178+251+105=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB69 is #4D0496. Grayscale: #D5D5D5. Windows color (decimal): -5047447 or 6945714. OLE color: 6945714.

HSL color Cylindrical-coordinate representation of color #B2FB69: hue angle of 90º 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 #B2FB69 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB178251105-
CMYK0.2900.580.02
HSL90º94.81%69.8%-
HSV(B)90º58.17%98.43%-
XYZ55.4179.4825.79-
YUV212.5367.32103.37-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 251 (98.44% from 255) = 47.00%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=33.33%
G=47.00%
B=19.66%

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
Decimal1782511050.2900.580.029094.8169.8
HexB2FB691D03A25a5f46
Octal262373151350722132137106
Binary1011001011111011110100111101011101010101101010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FB69; }

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

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

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

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

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

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

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

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