#B2FB74

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

Shades of Sulu #B2FB74

Tints of Sulu #B2FB74

Color information

#B2FB74 (or 0xB2FB74) is unknown color: approx Sulu. HEX triplet: B2, FB and 74. RGB value is (178,251,116). Sum of RGB (Red+Green+Blue) = 178+251+116=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 116 (45.70% from 255 or 21.28% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FB74 is #4D048B. Grayscale: #D6D6D6. Windows color (decimal): -5047436 or 7666610. OLE color: 7666610.

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

Color convert

RGB178251116-
CMYK0.2900.540.02
HSL92.44º94.41%71.96%-
HSV(B)92.44º53.78%98.43%-
XYZ56.0179.7228.96-
YUV213.7872.82102.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 251 (98.44% from 255) = 46.06%
BLUE value IS 116 (45.70% from 255) = 21.28%
R=32.66%
G=46.06%
B=21.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1782511160.2900.540.0292.4494.4171.96
HexB2FB741D03625c5e48
Octal262373164350662134136110
Binary1011001011111011111010011101011011010101110010111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FB74; }

 p { color: rgb(178,251,116); }

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

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

 a { background-color: rgb(178,251,116); }

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

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

 span { border-color: rgb(178,251,116); }

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