#B5F17F

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

Shades of Sulu #B5F17F

Tints of Sulu #B5F17F

Color information

#B5F17F (or 0xB5F17F) is unknown color: approx Sulu. HEX triplet: B5, F1 and 7F. RGB value is (181,241,127). Sum of RGB (Red+Green+Blue) = 181+241+127=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 127 (50% from 255 or 23.13% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #B5F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F17F is #4A0E80. Grayscale: #D2D2D2. Windows color (decimal): -4853377 or 8384949. OLE color: 8384949.

HSL color Cylindrical-coordinate representation of color #B5F17F: hue angle of 91.58º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B5F17F is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB181241127-
CMYK0.2500.470.05
HSL91.58º80.28%72.16%-
HSV(B)91.58º47.3%94.51%-
XYZ54.3474.2731.55-
YUV210.0681.12107.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.97%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 127 (50% from 255) = 23.13%
R=32.97%
G=43.90%
B=23.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1812411270.2500.470.0591.5880.2872.16
HexB5F17F1902F55c5048
Octal265361177310575134120110
Binary10110101111100011111111110010101111101101110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F17F; }

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

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

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

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

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

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

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

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