#B5FC84

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

Shades of Sulu #B5FC84

Tints of Sulu #B5FC84

Color information

#B5FC84 (or 0xB5FC84) is unknown color: approx Sulu. HEX triplet: B5, FC and 84. RGB value is (181,252,132). Sum of RGB (Red+Green+Blue) = 181+252+132=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 132 (51.95% from 255 or 23.36% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #B5FC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FC84 is #4A037B. Grayscale: #D9D9D9. Windows color (decimal): -4850556 or 8715445. OLE color: 8715445.

HSL color Cylindrical-coordinate representation of color #B5FC84: hue angle of 95.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 #B5FC84 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB181252132-
CMYK0.2800.480.01
HSL95.5º95.24%75.29%-
HSV(B)95.5º47.62%98.82%-
XYZ58.0381.1134.43-
YUV217.0979.98102.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 132 (51.95% from 255) = 23.36%
R=32.04%
G=44.60%
B=23.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812521320.2800.480.0195.595.2475.29
HexB5FC841C0301605f4b
Octal265374204340601140137113
Binary1011010111111100100001001110001100001110000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FC84; }

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

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

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

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

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

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

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

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