#B4FC7D

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

Shades of Sulu #B4FC7D

Tints of Sulu #B4FC7D

Color information

#B4FC7D (or 0xB4FC7D) is unknown color: approx Sulu. HEX triplet: B4, FC and 7D. RGB value is (180,252,125). Sum of RGB (Red+Green+Blue) = 180+252+125=557 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.32% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FC7D is #4B0382. Grayscale: #D8D8D8. Windows color (decimal): -4916099 or 8256692. OLE color: 8256692.

HSL color Cylindrical-coordinate representation of color #B4FC7D: hue angle of 94.02º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4FC7D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB180252125-
CMYK0.2900.500.01
HSL94.02º95.49%73.92%-
HSV(B)94.02º50.4%98.82%-
XYZ57.3380.831.98-
YUV215.9976.65102.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.32%
GREEN value IS 252 (98.83% from 255) = 45.24%
BLUE value IS 125 (49.22% from 255) = 22.44%
R=32.32%
G=45.24%
B=22.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802521250.2900.500.0194.0295.4973.92
HexB4FC7D1D03215e5f4a
Octal264374175350621136137112
Binary101101001111110011111011110101100101101111010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FC7D; }

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

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

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

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

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

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

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

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