#B4FD78

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

Shades of Sulu #B4FD78

Tints of Sulu #B4FD78

Color information

#B4FD78 (or 0xB4FD78) is unknown color: approx Sulu. HEX triplet: B4, FD and 78. RGB value is (180,253,120). Sum of RGB (Red+Green+Blue) = 180+253+120=553 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.55% from 553); Green value is 253 (99.22% from 255 or 45.75% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FD78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FD78 is #4B0287. Grayscale: #D8D8D8. Windows color (decimal): -4915848 or 7929268. OLE color: 7929268.

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

Color convert

RGB180253120-
CMYK0.2900.530.01
HSL92.93º97.08%73.14%-
HSV(B)92.93º52.57%99.22%-
XYZ57.3481.3130.44-
YUV216.0173.82102.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.55%
GREEN value IS 253 (99.22% from 255) = 45.75%
BLUE value IS 120 (47.27% from 255) = 21.70%
R=32.55%
G=45.75%
B=21.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531200.2900.530.0192.9397.0873.14
HexB4FD781D03515d6149
Octal264375170350651135141111
Binary101101001111110111110001110101101011101110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FD78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FD78; }

 p { color: rgb(180,253,120); }

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

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

 a { background-color: rgb(180,253,120); }

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

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

 span { border-color: rgb(180,253,120); }

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