#B7FA85

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

Shades of Sulu #B7FA85

Tints of Sulu #B7FA85

Color information

#B7FA85 (or 0xB7FA85) is unknown color: approx Sulu. HEX triplet: B7, FA and 85. RGB value is (183,250,133). Sum of RGB (Red+Green+Blue) = 183+250+133=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 133 (52.34% from 255 or 23.50% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #B7FA85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FA85 is #48057A. Grayscale: #D9D9D9. Windows color (decimal): -4719995 or 8780471. OLE color: 8780471.

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

Color convert

RGB183250133-
CMYK0.2700.470.02
HSL94.36º92.13%75.1%-
HSV(B)94.36º46.8%98.04%-
XYZ57.9580.1334.6-
YUV216.6380.8104.01-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 133 (52.34% from 255) = 23.50%
R=32.33%
G=44.17%
B=23.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1832501330.2700.470.0294.3692.1375.1
HexB7FA851B02F25e5c4b
Octal267372205330572136134113
Binary10110111111110101000010111011010111110101111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FA85; }

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

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

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

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

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

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

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

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