#B2F37A

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

Shades of Sulu #B2F37A

Tints of Sulu #B2F37A

Color information

#B2F37A (or 0xB2F37A) is unknown color: approx Sulu. HEX triplet: B2, F3 and 7A. RGB value is (178,243,122). Sum of RGB (Red+Green+Blue) = 178+243+122=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 243 (95.31% from 255 or 44.75% from 543); Blue value is 122 (48.05% from 255 or 22.47% from 543); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F37A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F37A is #4D0C85. Grayscale: #D2D2D2. Windows color (decimal): -5049478 or 8057778. OLE color: 8057778.

HSL color Cylindrical-coordinate representation of color #B2F37A: hue angle of 92.23º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2F37A is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB178243122-
CMYK0.2700.500.05
HSL92.23º83.45%71.57%-
HSV(B)92.23º49.79%95.29%-
XYZ53.9274.9730.04-
YUV209.7778.47105.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.78%
GREEN value IS 243 (95.31% from 255) = 44.75%
BLUE value IS 122 (48.05% from 255) = 22.47%
R=32.78%
G=44.75%
B=22.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1782431220.2700.500.0592.2383.4571.57
HexB2F37A1B03255c5348
Octal262363172330625134123110
Binary10110010111100111111010110110110010101101110010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F37A; }

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

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

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

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

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

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

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

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