#B5FD8A

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

Shades of Sulu #B5FD8A

Tints of Sulu #B5FD8A

Color information

#B5FD8A (or 0xB5FD8A) is unknown color: approx Sulu. HEX triplet: B5, FD and 8A. RGB value is (181,253,138). Sum of RGB (Red+Green+Blue) = 181+253+138=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 253 (99.22% from 255 or 44.23% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B5FD8A is #4A0275. Grayscale: #DADADA. Windows color (decimal): -4850294 or 9108917. OLE color: 9108917.

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

Color convert

RGB181253138-
CMYK0.2800.450.01
HSL97.57º96.64%76.67%-
HSV(B)97.57º45.45%99.22%-
XYZ58.7781.9136.76-
YUV218.3682.65101.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 253 (99.22% from 255) = 44.23%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=31.64%
G=44.23%
B=24.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1812531380.2800.450.0197.5796.6476.67
HexB5FD8A1C02D162614d
Octal265375212340551142141115
Binary1011010111111101100010101110001011011110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5FD8A; }

 p { color: rgb(181,253,138); }

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

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

 a { background-color: rgb(181,253,138); }

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

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

 span { border-color: rgb(181,253,138); }

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