#B9F97D

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

Shades of Sulu #B9F97D

Tints of Sulu #B9F97D

Color information

#B9F97D (or 0xB9F97D) is unknown color: approx Sulu. HEX triplet: B9, F9 and 7D. RGB value is (185,249,125). Sum of RGB (Red+Green+Blue) = 185+249+125=559 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.09% from 559); Green value is 249 (97.66% from 255 or 44.54% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F97D is #460682. Grayscale: #D8D8D8. Windows color (decimal): -4589187 or 8255929. OLE color: 8255929.

HSL color Cylindrical-coordinate representation of color #B9F97D: hue angle of 90.97º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B9F97D is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB185249125-
CMYK0.2600.500.02
HSL90.97º91.18%73.33%-
HSV(B)90.97º49.8%97.65%-
XYZ57.5879.5531.72-
YUV215.7376.8106.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.09%
GREEN value IS 249 (97.66% from 255) = 44.54%
BLUE value IS 125 (49.22% from 255) = 22.36%
R=33.09%
G=44.54%
B=22.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852491250.2600.500.0290.9791.1873.33
HexB9F97D1A03225b5b49
Octal271371175320622133133111
Binary1011100111111001111110111010011001010101101110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F97D; }

 p { color: rgb(185,249,125); }

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

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

 a { background-color: rgb(185,249,125); }

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

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

 span { border-color: rgb(185,249,125); }

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