#B5FD7F

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

Shades of Sulu #B5FD7F

Tints of Sulu #B5FD7F

Color information

#B5FD7F (or 0xB5FD7F) is unknown color: approx Sulu. HEX triplet: B5, FD and 7F. RGB value is (181,253,127). Sum of RGB (Red+Green+Blue) = 181+253+127=561 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.26% from 561); Green value is 253 (99.22% from 255 or 45.10% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5FD7F is #4A0280. Grayscale: #D9D9D9. Windows color (decimal): -4850305 or 8388021. OLE color: 8388021.

HSL color Cylindrical-coordinate representation of color #B5FD7F: hue angle of 94.29º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B5FD7F is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB181253127-
CMYK0.2800.500.01
HSL94.29º96.92%74.51%-
HSV(B)94.29º49.8%99.22%-
XYZ58.0181.6132.77-
YUV217.1177.15102.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.26%
GREEN value IS 253 (99.22% from 255) = 45.10%
BLUE value IS 127 (50% from 255) = 22.64%
R=32.26%
G=45.10%
B=22.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812531270.2800.500.0194.2996.9274.51
HexB5FD7F1C03215e614b
Octal265375177340621136141113
Binary101101011111110111111111110001100101101111011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FD7F; }

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

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

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

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

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

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

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

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