#B4FC85

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

Shades of Sulu #B4FC85

Tints of Sulu #B4FC85

Color information

#B4FC85 (or 0xB4FC85) is unknown color: approx Sulu. HEX triplet: B4, FC and 85. RGB value is (180,252,133). Sum of RGB (Red+Green+Blue) = 180+252+133=565 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.86% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 133 (52.34% from 255 or 23.54% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FC85 is #4B037A. Grayscale: #D9D9D9. Windows color (decimal): -4916091 or 8780980. OLE color: 8780980.

HSL color Cylindrical-coordinate representation of color #B4FC85: hue angle of 96.3º 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 #B4FC85 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB180252133-
CMYK0.2900.470.01
HSL96.3º95.2%75.49%-
HSV(B)96.3º47.22%98.82%-
XYZ57.8781.0234.78-
YUV216.9180.65101.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.86%
GREEN value IS 252 (98.83% from 255) = 44.60%
BLUE value IS 133 (52.34% from 255) = 23.54%
R=31.86%
G=44.60%
B=23.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802521330.2900.470.0196.395.275.49
HexB4FC851D02F1605f4b
Octal264374205350571140137113
Binary1011010011111100100001011110101011111110000010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC85; }

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

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

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

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

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

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

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

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