#B9F17F

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

Shades of Sulu #B9F17F

Tints of Sulu #B9F17F

Color information

#B9F17F (or 0xB9F17F) is unknown color: approx Sulu. HEX triplet: B9, F1 and 7F. RGB value is (185,241,127). Sum of RGB (Red+Green+Blue) = 185+241+127=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 127 (50% from 255 or 22.97% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #B9F17F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F17F is #460E80. Grayscale: #D3D3D3. Windows color (decimal): -4591233 or 8384953. OLE color: 8384953.

HSL color Cylindrical-coordinate representation of color #B9F17F: hue angle of 89.47º 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 #B9F17F is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB185241127-
CMYK0.2300.470.05
HSL89.47º80.28%72.16%-
HSV(B)89.47º47.3%94.51%-
XYZ55.2974.7631.59-
YUV211.2680.45109.27-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.45%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 127 (50% from 255) = 22.97%
R=33.45%
G=43.58%
B=22.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1852411270.2300.470.0589.4780.2872.16
HexB9F17F1702F5595048
Octal271361177270575131120110
Binary10111001111100011111111101110101111101101100110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F17F; }

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

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

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

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

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

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

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

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