#B4FD79

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

Shades of Sulu #B4FD79

Tints of Sulu #B4FD79

Color information

#B4FD79 (or 0xB4FD79) is unknown color: approx Sulu. HEX triplet: B4, FD and 79. RGB value is (180,253,121). Sum of RGB (Red+Green+Blue) = 180+253+121=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 121 (47.66% from 255 or 21.84% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FD79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FD79 is #4B0286. Grayscale: #D8D8D8. Windows color (decimal): -4915847 or 7994804. OLE color: 7994804.

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

Color convert

RGB180253121-
CMYK0.2900.520.01
HSL93.18º97.06%73.33%-
HSV(B)93.18º52.17%99.22%-
XYZ57.481.3330.76-
YUV216.1274.32102.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.49%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 121 (47.66% from 255) = 21.84%
R=32.49%
G=45.67%
B=21.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531210.2900.520.0193.1897.0673.33
HexB4FD791D03415d6149
Octal264375171350641135141111
Binary101101001111110111110011110101101001101110111000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FD79; }

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

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

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

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

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

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

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

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