#B7FC84

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

Shades of Sulu #B7FC84

Tints of Sulu #B7FC84

Color information

#B7FC84 (or 0xB7FC84) is unknown color: approx Sulu. HEX triplet: B7, FC and 84. RGB value is (183,252,132). Sum of RGB (Red+Green+Blue) = 183+252+132=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 132 (51.95% from 255 or 23.28% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #B7FC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B7FC84 is #48037B. Grayscale: #DADADA. Windows color (decimal): -4719484 or 8715447. OLE color: 8715447.

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

Color convert

RGB183252132-
CMYK0.2700.480.01
HSL94.5º95.24%75.29%-
HSV(B)94.5º47.62%98.82%-
XYZ58.581.3534.45-
YUV217.6979.64103.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.28%
GREEN value IS 252 (98.83% from 255) = 44.44%
BLUE value IS 132 (51.95% from 255) = 23.28%
R=32.28%
G=44.44%
B=23.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1832521320.2700.480.0194.595.2475.29
HexB7FC841B03015e5f4b
Octal267374204330601136137113
Binary1011011111111100100001001101101100001101111010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7FC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7FC84; }

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

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

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

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

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

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

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

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