#B9FF70

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

Shades of Sulu #B9FF70

Tints of Sulu #B9FF70

Color information

#B9FF70 (or 0xB9FF70) is unknown color: approx Sulu. HEX triplet: B9, FF and 70. RGB value is (185,255,112). Sum of RGB (Red+Green+Blue) = 185+255+112=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 255 (100% from 255 or 46.20% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 255 - color contains mainly: green. Hex color #B9FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FF70 is #46008F. Grayscale: #DADADA. Windows color (decimal): -4587664 or 7405497. OLE color: 7405497.

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

Color convert

RGB185255112-
CMYK0.2700.560
HSL89.37º100%71.96%-
HSV(B)89.37º56.08%100%-
XYZ58.698328.26-
YUV217.7768.31104.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.51%
GREEN value IS 255 (100% from 255) = 46.20%
BLUE value IS 112 (44.14% from 255) = 20.29%
R=33.51%
G=46.20%
B=20.29%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1852551120.2700.56089.3710071.96
HexB9FF701B0380596448
Octal271377160330700131144110
Binary101110011111111111100001101101110000101100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FF70; }

 p { color: rgb(185,255,112); }

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

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

 a { background-color: rgb(185,255,112); }

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

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

 span { border-color: rgb(185,255,112); }

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