#B2F36B

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

Shades of Sulu #B2F36B

Tints of Sulu #B2F36B

Color information

#B2F36B (or 0xB2F36B) is unknown color: approx Sulu. HEX triplet: B2, F3 and 6B. RGB value is (178,243,107). Sum of RGB (Red+Green+Blue) = 178+243+107=528 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.71% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F36B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F36B is #4D0C94. Grayscale: #D0D0D0. Windows color (decimal): -5049493 or 7074738. OLE color: 7074738.

HSL color Cylindrical-coordinate representation of color #B2F36B: hue angle of 88.68º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2F36B is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB178243107-
CMYK0.2700.560.05
HSL88.68º85%68.63%-
HSV(B)88.68º55.97%95.29%-
XYZ53.0674.6325.52-
YUV208.0670.97106.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.71%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 107 (42.19% from 255) = 20.27%
R=33.71%
G=46.02%
B=20.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782431070.2700.560.0588.688568.63
HexB2F36B1B0385595545
Octal262363153330705131125105
Binary10110010111100111101011110110111000101101100110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F36B; }

 p { color: rgb(178,243,107); }

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

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

 a { background-color: rgb(178,243,107); }

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

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

 span { border-color: rgb(178,243,107); }

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