#B2EB7D

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

Shades of Sulu #B2EB7D

Tints of Sulu #B2EB7D

Color information

#B2EB7D (or 0xB2EB7D) is unknown color: approx Sulu. HEX triplet: B2, EB and 7D. RGB value is (178,235,125). Sum of RGB (Red+Green+Blue) = 178+235+125=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB7D is #4D1482. Grayscale: #CDCDCD. Windows color (decimal): -5051523 or 8252338. OLE color: 8252338.

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

Color convert

RGB178235125-
CMYK0.2400.470.08
HSL91.09º73.33%70.59%-
HSV(B)91.09º46.81%92.16%-
XYZ51.7770.3630.25-
YUV205.4282.62108.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.09%
GREEN value IS 235 (92.19% from 255) = 43.68%
BLUE value IS 125 (49.22% from 255) = 23.23%
R=33.09%
G=43.68%
B=23.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1782351250.2400.470.0891.0973.3370.59
HexB2EB7D1802F85b4947
Octal2623531753005710133111107
Binary101100101110101111111011100001011111000101101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2EB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2EB7D; }

 p { color: rgb(178,235,125); }

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

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

 a { background-color: rgb(178,235,125); }

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

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

 span { border-color: rgb(178,235,125); }

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