#B2FC7E

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

Shades of Sulu #B2FC7E

Tints of Sulu #B2FC7E

Color information

#B2FC7E (or 0xB2FC7E) is unknown color: approx Sulu. HEX triplet: B2, FC and 7E. RGB value is (178,252,126). Sum of RGB (Red+Green+Blue) = 178+252+126=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 126 (49.61% from 255 or 22.66% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FC7E is #4D0381. Grayscale: #D7D7D7. Windows color (decimal): -5047170 or 8322226. OLE color: 8322226.

HSL color Cylindrical-coordinate representation of color #B2FC7E: hue angle of 95.24º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2FC7E is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.01.

Color convert

RGB178252126-
CMYK0.2900.50.01
HSL95.24º95.45%74.12%-
HSV(B)95.24º50%98.82%-
XYZ56.9480.5932.29-
YUV215.5177.48101.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.01%
GREEN value IS 252 (98.83% from 255) = 45.32%
BLUE value IS 126 (49.61% from 255) = 22.66%
R=32.01%
G=45.32%
B=22.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782521260.2900.50.0195.2495.4574.12
HexB2FC7E1D03215f5f4a
Octal262374176350621137137112
Binary101100101111110011111101110101100101101111110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FC7E; }

 p { color: rgb(178,252,126); }

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

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

 a { background-color: rgb(178,252,126); }

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

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

 span { border-color: rgb(178,252,126); }

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