#B2EC7A

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

Shades of Sulu #B2EC7A

Tints of Sulu #B2EC7A

Color information

#B2EC7A (or 0xB2EC7A) is unknown color: approx Sulu. HEX triplet: B2, EC and 7A. RGB value is (178,236,122). Sum of RGB (Red+Green+Blue) = 178+236+122=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 236 (92.58% from 255 or 44.03% from 536); Blue value is 122 (48.05% from 255 or 22.76% from 536); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC7A is #4D1385. Grayscale: #CECECE. Windows color (decimal): -5051270 or 8055986. OLE color: 8055986.

HSL color Cylindrical-coordinate representation of color #B2EC7A: hue angle of 90.53º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2EC7A is Cyan = 0.25, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB178236122-
CMYK0.2500.480.07
HSL90.53º75%70.2%-
HSV(B)90.53º48.31%92.55%-
XYZ51.8770.8629.36-
YUV205.6680.78108.27-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.21%
GREEN value IS 236 (92.58% from 255) = 44.03%
BLUE value IS 122 (48.05% from 255) = 22.76%
R=33.21%
G=44.03%
B=22.76%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361220.2500.480.0790.537570.2
HexB2EC7A1903075b4b46
Octal262354172310607133113106
Binary10110010111011001111010110010110000111101101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EC7A; }

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

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

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

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

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

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

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

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