#B2EC7E

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

Shades of Sulu #B2EC7E

Tints of Sulu #B2EC7E

Color information

#B2EC7E (or 0xB2EC7E) is unknown color: approx Sulu. HEX triplet: B2, EC and 7E. RGB value is (178,236,126). Sum of RGB (Red+Green+Blue) = 178+236+126=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 126 (49.61% from 255 or 23.33% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #B2EC7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EC7E is #4D1381. Grayscale: #CECECE. Windows color (decimal): -5051266 or 8318130. OLE color: 8318130.

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

Color convert

RGB178236126-
CMYK0.2500.470.07
HSL91.64º74.32%70.98%-
HSV(B)91.64º46.61%92.55%-
XYZ52.1270.9630.69-
YUV206.1282.78107.94-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.96%
GREEN value IS 236 (92.58% from 255) = 43.70%
BLUE value IS 126 (49.61% from 255) = 23.33%
R=32.96%
G=43.70%
B=23.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782361260.2500.470.0791.6474.3270.98
HexB2EC7E1902F75c4a47
Octal262354176310577134112107
Binary10110010111011001111110110010101111111101110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EC7E; }

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

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

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

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

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

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

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

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