#B3FD84

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

Shades of Sulu #B3FD84

Tints of Sulu #B3FD84

Color information

#B3FD84 (or 0xB3FD84) is unknown color: approx Sulu. HEX triplet: B3, FD and 84. RGB value is (179,253,132). Sum of RGB (Red+Green+Blue) = 179+253+132=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 253 (99.22% from 255 or 44.86% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 253 - color contains mainly: green. Hex color #B3FD84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B3FD84 is #4C027B. Grayscale: #D9D9D9. Windows color (decimal): -4981372 or 8715699. OLE color: 8715699.

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

Color convert

RGB179253132-
CMYK0.2900.480.01
HSL96.69º96.8%75.49%-
HSV(B)96.69º47.83%99.22%-
XYZ57.8881.534.51-
YUV217.0879.98100.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 253 (99.22% from 255) = 44.86%
BLUE value IS 132 (51.95% from 255) = 23.40%
R=31.74%
G=44.86%
B=23.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1792531320.2900.480.0196.6996.875.49
HexB3FD841D030161614b
Octal263375204350601141141113
Binary1011001111111101100001001110101100001110000111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3FD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3FD84; }

 p { color: rgb(179,253,132); }

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

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

 a { background-color: rgb(179,253,132); }

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

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

 span { border-color: rgb(179,253,132); }

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