#B7FC85

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

Shades of Sulu #B7FC85

Tints of Sulu #B7FC85

Color information

#B7FC85 (or 0xB7FC85) is unknown color: approx Sulu. HEX triplet: B7, FC and 85. RGB value is (183,252,133). Sum of RGB (Red+Green+Blue) = 183+252+133=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 252 (98.83% from 255 or 44.37% from 568); Blue value is 133 (52.34% from 255 or 23.42% from 568); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FC85 is #48037A. Grayscale: #DADADA. Windows color (decimal): -4719483 or 8780983. OLE color: 8780983.

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

Color convert

RGB183252133-
CMYK0.2700.470.01
HSL94.79º95.2%75.49%-
HSV(B)94.79º47.22%98.82%-
XYZ58.5781.3834.81-
YUV217.880.14103.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 252 (98.83% from 255) = 44.37%
BLUE value IS 133 (52.34% from 255) = 23.42%
R=32.22%
G=44.37%
B=23.42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832521330.2700.470.0194.7995.275.49
HexB7FC851B02F15f5f4b
Octal267374205330571137137113
Binary1011011111111100100001011101101011111101111110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FC85; }

 p { color: rgb(183,252,133); }

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

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

 a { background-color: rgb(183,252,133); }

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

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

 span { border-color: rgb(183,252,133); }

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