#B2FD72

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

Shades of Sulu #B2FD72

Tints of Sulu #B2FD72

Color information

#B2FD72 (or 0xB2FD72) is unknown color: approx Sulu. HEX triplet: B2, FD and 72. RGB value is (178,253,114). Sum of RGB (Red+Green+Blue) = 178+253+114=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 114 (44.92% from 255 or 20.92% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD72 is #4D028D. Grayscale: #D7D7D7. Windows color (decimal): -5046926 or 7536050. OLE color: 7536050.

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

Color convert

RGB178253114-
CMYK0.3000.550.01
HSL92.37º97.2%71.96%-
HSV(B)92.37º54.94%99.22%-
XYZ56.5280.9328.56-
YUV214.7371.15101.8-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 253 (99.22% from 255) = 46.42%
BLUE value IS 114 (44.92% from 255) = 20.92%
R=32.66%
G=46.42%
B=20.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1782531140.3000.550.0192.3797.271.96
HexB2FD721E03715c6148
Octal262375162360671134141110
Binary101100101111110111100101111001101111101110011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FD72; }

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

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

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

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

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

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

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

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