#B4FD8A

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

Shades of Sulu #B4FD8A

Tints of Sulu #B4FD8A

Color information

#B4FD8A (or 0xB4FD8A) is unknown color: approx Sulu. HEX triplet: B4, FD and 8A. RGB value is (180,253,138). Sum of RGB (Red+Green+Blue) = 180+253+138=571 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.52% from 571); Green value is 253 (99.22% from 255 or 44.31% from 571); Blue value is 138 (54.30% from 255 or 24.17% from 571); Max value from RGB is 253 - color contains mainly: green. Hex color #B4FD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FD8A is #4B0275. Grayscale: #DADADA. Windows color (decimal): -4915830 or 9108916. OLE color: 9108916.

HSL color Cylindrical-coordinate representation of color #B4FD8A: hue angle of 98.09º 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 #B4FD8A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB180253138-
CMYK0.2900.450.01
HSL98.09º96.64%76.67%-
HSV(B)98.09º45.45%99.22%-
XYZ58.5481.7936.75-
YUV218.0682.82100.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.52%
GREEN value IS 253 (99.22% from 255) = 44.31%
BLUE value IS 138 (54.30% from 255) = 24.17%
R=31.52%
G=44.31%
B=24.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1802531380.2900.450.0198.0996.6476.67
HexB4FD8A1D02D162614d
Octal264375212350551142141115
Binary1011010011111101100010101110101011011110001011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4FD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4FD8A; }

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

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

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

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

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

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

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

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