#B5FD72

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

Shades of Sulu #B5FD72

Tints of Sulu #B5FD72

Color information

#B5FD72 (or 0xB5FD72) is unknown color: approx Sulu. HEX triplet: B5, FD and 72. RGB value is (181,253,114). Sum of RGB (Red+Green+Blue) = 181+253+114=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD72 is #4A028D. Grayscale: #D8D8D8. Windows color (decimal): -4850318 or 7536053. OLE color: 7536053.

HSL color Cylindrical-coordinate representation of color #B5FD72: hue angle of 91.08º 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 #B5FD72 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.01.

Color convert

RGB181253114-
CMYK0.2800.550.01
HSL91.08º97.2%71.96%-
HSV(B)91.08º54.94%99.22%-
XYZ57.2281.2928.59-
YUV215.6370.65103.3-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.03%
GREEN value IS 253 (99.22% from 255) = 46.17%
BLUE value IS 114 (44.92% from 255) = 20.80%
R=33.03%
G=46.17%
B=20.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812531140.2800.550.0191.0897.271.96
HexB5FD721C03715b6148
Octal265375162340671133141110
Binary101101011111110111100101110001101111101101111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FD72; }

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

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

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

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

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

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

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

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