#B2F982

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

Shades of Sulu #B2F982

Tints of Sulu #B2F982

Color information

#B2F982 (or 0xB2F982) is unknown color: approx Sulu. HEX triplet: B2, F9 and 82. RGB value is (178,249,130). Sum of RGB (Red+Green+Blue) = 178+249+130=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F982 is #4D067D. Grayscale: #D6D6D6. Windows color (decimal): -5047934 or 8583602. OLE color: 8583602.

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

Color convert

RGB178249130-
CMYK0.2900.480.02
HSL95.8º90.84%74.31%-
HSV(B)95.8º47.79%97.65%-
XYZ56.2778.8333.37-
YUV214.280.48102.18-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.96%
GREEN value IS 249 (97.66% from 255) = 44.70%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=31.96%
G=44.70%
B=23.34%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782491300.2900.480.0295.890.8474.31
HexB2F9821D0302605b4a
Octal262371202350602140133112
Binary10110010111110011000001011101011000010110000010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F982; }

 p { color: rgb(178,249,130); }

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

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

 a { background-color: rgb(178,249,130); }

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

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

 span { border-color: rgb(178,249,130); }

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