#B2F47C

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

Shades of Sulu #B2F47C

Tints of Sulu #B2F47C

Color information

#B2F47C (or 0xB2F47C) is unknown color: approx Sulu. HEX triplet: B2, F4 and 7C. RGB value is (178,244,124). Sum of RGB (Red+Green+Blue) = 178+244+124=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F47C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F47C is #4D0B83. Grayscale: #D3D3D3. Windows color (decimal): -5049220 or 8189106. OLE color: 8189106.

HSL color Cylindrical-coordinate representation of color #B2F47C: hue angle of 93º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2F47C is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB178244124-
CMYK0.2700.490.04
HSL93º84.51%72.16%-
HSV(B)93º49.18%95.69%-
XYZ54.3575.6230.8-
YUV210.5979.13104.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.60%
GREEN value IS 244 (95.70% from 255) = 44.69%
BLUE value IS 124 (48.83% from 255) = 22.71%
R=32.60%
G=44.69%
B=22.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1782441240.2700.490.049384.5172.16
HexB2F47C1B03145d5548
Octal262364174330614135125110
Binary10110010111101001111100110110110001100101110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2F47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2F47C; }

 p { color: rgb(178,244,124); }

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

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

 a { background-color: rgb(178,244,124); }

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

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

 span { border-color: rgb(178,244,124); }

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