#B9FE8D

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

Shades of Sulu #B9FE8D

Tints of Sulu #B9FE8D

Color information

#B9FE8D (or 0xB9FE8D) is unknown color: approx Sulu. HEX triplet: B9, FE and 8D. RGB value is (185,254,141). Sum of RGB (Red+Green+Blue) = 185+254+141=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 254 (99.61% from 255 or 43.79% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 254 - color contains mainly: green. Hex color #B9FE8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B9FE8D is #460172. Grayscale: #DCDCDC. Windows color (decimal): -4587891 or 9305785. OLE color: 9305785.

HSL color Cylindrical-coordinate representation of color #B9FE8D: hue angle of 96.64º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B9FE8D is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.00.

Color convert

RGB185254141-
CMYK0.2700.440.00
HSL96.64º98.26%77.45%-
HSV(B)96.64º44.49%99.61%-
XYZ60.2683.1238.07-
YUV220.4983.14102.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 254 (99.61% from 255) = 43.79%
BLUE value IS 141 (55.47% from 255) = 24.31%
R=31.90%
G=43.79%
B=24.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1852541410.2700.440.0096.6498.2677.45
HexB9FE8D1B02C061624d
Octal271376215330540141142115
Binary1011100111111110100011011101101011000110000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FE8D; }

 p { color: rgb(185,254,141); }

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

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

 a { background-color: rgb(185,254,141); }

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

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

 span { border-color: rgb(185,254,141); }

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