#B9FD6D

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

Shades of Sulu #B9FD6D

Tints of Sulu #B9FD6D

Color information

#B9FD6D (or 0xB9FD6D) is unknown color: approx Sulu. HEX triplet: B9, FD and 6D. RGB value is (185,253,109). Sum of RGB (Red+Green+Blue) = 185+253+109=547 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.82% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FD6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FD6D is #460292. Grayscale: #D8D8D8. Windows color (decimal): -4588179 or 7208377. OLE color: 7208377.

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

Color convert

RGB185253109-
CMYK0.2700.570.01
HSL88.33º97.3%70.98%-
HSV(B)88.33º56.92%99.22%-
XYZ57.8981.6727.18-
YUV216.2567.47105.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.82%
GREEN value IS 253 (99.22% from 255) = 46.25%
BLUE value IS 109 (42.97% from 255) = 19.93%
R=33.82%
G=46.25%
B=19.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852531090.2700.570.0188.3397.370.98
HexB9FD6D1B0391586147
Octal271375155330711130141107
Binary101110011111110111011011101101110011101100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FD6D; }

 p { color: rgb(185,253,109); }

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

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

 a { background-color: rgb(185,253,109); }

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

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

 span { border-color: rgb(185,253,109); }

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