#B2FD88

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

Shades of Sulu #B2FD88

Tints of Sulu #B2FD88

Color information

#B2FD88 (or 0xB2FD88) is unknown color: approx Sulu. HEX triplet: B2, FD and 88. RGB value is (178,253,136). Sum of RGB (Red+Green+Blue) = 178+253+136=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2FD88 is #4D0277. Grayscale: #D9D9D9. Windows color (decimal): -5046904 or 8977842. OLE color: 8977842.

HSL color Cylindrical-coordinate representation of color #B2FD88: hue angle of 98.46º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B2FD88 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.01.

Color convert

RGB178253136-
CMYK0.3000.460.01
HSL98.46º96.69%76.27%-
HSV(B)98.46º46.25%99.22%-
XYZ57.9381.4935.97-
YUV217.2482.15100.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 31.39%
GREEN value IS 253 (99.22% from 255) = 44.62%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=31.39%
G=44.62%
B=23.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782531360.3000.460.0198.4696.6976.27
HexB2FD881E02E162614c
Octal262375210360561142141114
Binary1011001011111101100010001111001011101110001011000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FD88; }

 p { color: rgb(178,253,136); }

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

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

 a { background-color: rgb(178,253,136); }

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

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

 span { border-color: rgb(178,253,136); }

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