#B2F782

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

Shades of Sulu #B2F782

Tints of Sulu #B2F782

Color information

#B2F782 (or 0xB2F782) is unknown color: approx Sulu. HEX triplet: B2, F7 and 82. RGB value is (178,247,130). Sum of RGB (Red+Green+Blue) = 178+247+130=555 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.07% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 130 (51.17% from 255 or 23.42% from 555); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F782 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F782 is #4D087D. Grayscale: #D5D5D5. Windows color (decimal): -5048446 or 8583090. OLE color: 8583090.

HSL color Cylindrical-coordinate representation of color #B2F782: hue angle of 95.38º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2F782 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB178247130-
CMYK0.2800.470.03
HSL95.38º87.97%73.92%-
HSV(B)95.38º47.37%96.86%-
XYZ55.6577.633.16-
YUV213.0381.14103.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.07%
GREEN value IS 247 (96.88% from 255) = 44.50%
BLUE value IS 130 (51.17% from 255) = 23.42%
R=32.07%
G=44.50%
B=23.42%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1782471300.2800.470.0395.3887.9773.92
HexB2F7821C02F35f584a
Octal262367202340573137130112
Binary10110010111101111000001011100010111111101111110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F782; }

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

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

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

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

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

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

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

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