#B9FD68

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

Shades of Sulu #B9FD68

Tints of Sulu #B9FD68

Color information

#B9FD68 (or 0xB9FD68) is unknown color: approx Sulu. HEX triplet: B9, FD and 68. RGB value is (185,253,104). Sum of RGB (Red+Green+Blue) = 185+253+104=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 104 (41.02% from 255 or 19.19% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #B9FD68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FD68 is #460297. Grayscale: #D8D8D8. Windows color (decimal): -4588184 or 6880697. OLE color: 6880697.

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

Color convert

RGB185253104-
CMYK0.2700.590.01
HSL87.38º97.39%70%-
HSV(B)87.38º58.89%99.22%-
XYZ57.6381.5625.8-
YUV215.6864.97106.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.13%
GREEN value IS 253 (99.22% from 255) = 46.68%
BLUE value IS 104 (41.02% from 255) = 19.19%
R=34.13%
G=46.68%
B=19.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1852531040.2700.590.0187.3897.3970
HexB9FD681B03B1576146
Octal271375150330731127141106
Binary101110011111110111010001101101110111101011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FD68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FD68; }

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

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

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

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

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

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

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

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