#B2EA7E

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

Shades of Sulu #B2EA7E

Tints of Sulu #B2EA7E

Color information

#B2EA7E (or 0xB2EA7E) is unknown color: approx Sulu. HEX triplet: B2, EA and 7E. RGB value is (178,234,126). Sum of RGB (Red+Green+Blue) = 178+234+126=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 234 (91.80% from 255 or 43.49% from 538); Blue value is 126 (49.61% from 255 or 23.42% from 538); Max value from RGB is 234 - color contains mainly: green. Hex color #B2EA7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EA7E is #4D1581. Grayscale: #CDCDCD. Windows color (decimal): -5051778 or 8317618. OLE color: 8317618.

HSL color Cylindrical-coordinate representation of color #B2EA7E: hue angle of 91.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2EA7E is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB178234126-
CMYK0.2400.460.08
HSL91.11º72%70.59%-
HSV(B)91.11º46.15%91.76%-
XYZ51.5569.8230.5-
YUV204.9483.45108.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 234 (91.80% from 255) = 43.49%
BLUE value IS 126 (49.61% from 255) = 23.42%
R=33.09%
G=43.49%
B=23.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782341260.2400.460.0891.117270.59
HexB2EA7E1802E85b4847
Octal2623521763005610133110107
Binary101100101110101011111101100001011101000101101110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EA7E; }

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

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

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

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

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

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

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

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