#B2ED75

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

Shades of Sulu #B2ED75

Tints of Sulu #B2ED75

Color information

#B2ED75 (or 0xB2ED75) is unknown color: approx Sulu. HEX triplet: B2, ED and 75. RGB value is (178,237,117). Sum of RGB (Red+Green+Blue) = 178+237+117=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 237 (92.97% from 255 or 44.55% from 532); Blue value is 117 (46.09% from 255 or 21.99% from 532); Max value from RGB is 237 - color contains mainly: green. Hex color #B2ED75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2ED75 is #4D128A. Grayscale: #CECECE. Windows color (decimal): -5051019 or 7728562. OLE color: 7728562.

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

Color convert

RGB178237117-
CMYK0.2500.510.07
HSL89.5º76.92%69.41%-
HSV(B)89.5º50.63%92.94%-
XYZ51.8671.3227.86-
YUV205.6877.95108.26-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.46%
GREEN value IS 237 (92.97% from 255) = 44.55%
BLUE value IS 117 (46.09% from 255) = 21.99%
R=33.46%
G=44.55%
B=21.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1782371170.2500.510.0789.576.9269.41
HexB2ED751903375a4d45
Octal262355165310637132115105
Binary10110010111011011110101110010110011111101101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2ED75; }

 p { color: rgb(178,237,117); }

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

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

 a { background-color: rgb(178,237,117); }

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

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

 span { border-color: rgb(178,237,117); }

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