#B4FC6D

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

Shades of Sulu #B4FC6D

Tints of Sulu #B4FC6D

Color information

#B4FC6D (or 0xB4FC6D) is unknown color: approx Sulu. HEX triplet: B4, FC and 6D. RGB value is (180,252,109). Sum of RGB (Red+Green+Blue) = 180+252+109=541 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.27% from 541); Green value is 252 (98.83% from 255 or 46.58% from 541); Blue value is 109 (42.97% from 255 or 20.15% from 541); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FC6D is #4B0392. Grayscale: #D6D6D6. Windows color (decimal): -4916115 or 7208116. OLE color: 7208116.

HSL color Cylindrical-coordinate representation of color #B4FC6D: hue angle of 90.21º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4FC6D is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB180252109-
CMYK0.2900.570.01
HSL90.21º95.97%70.78%-
HSV(B)90.21º56.75%98.82%-
XYZ56.3980.4327.02-
YUV214.1768.65103.63-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.27%
GREEN value IS 252 (98.83% from 255) = 46.58%
BLUE value IS 109 (42.97% from 255) = 20.15%
R=33.27%
G=46.58%
B=20.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802521090.2900.570.0190.2195.9770.78
HexB4FC6D1D03915a6047
Octal264374155350711132140107
Binary101101001111110011011011110101110011101101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC6D; }

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

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

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

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

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

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

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

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