#B4F87F

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

Shades of Sulu #B4F87F

Tints of Sulu #B4F87F

Color information

#B4F87F (or 0xB4F87F) is unknown color: approx Sulu. HEX triplet: B4, F8 and 7F. RGB value is (180,248,127). Sum of RGB (Red+Green+Blue) = 180+248+127=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 127 (50% from 255 or 22.88% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #B4F87F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4F87F is #4B0780. Grayscale: #D6D6D6. Windows color (decimal): -4917121 or 8386740. OLE color: 8386740.

HSL color Cylindrical-coordinate representation of color #B4F87F: hue angle of 93.72º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B4F87F is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.

Color convert

RGB180248127-
CMYK0.2700.490.03
HSL93.72º89.63%73.53%-
HSV(B)93.72º48.79%97.25%-
XYZ56.2278.3732.24-
YUV213.8778.97103.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 248 (97.27% from 255) = 44.68%
BLUE value IS 127 (50% from 255) = 22.88%
R=32.43%
G=44.68%
B=22.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1802481270.2700.490.0393.7289.6373.53
HexB4F87F1B03135e5a4a
Octal264370177330613136132112
Binary1011010011111000111111111011011000111101111010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4F87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4F87F; }

 p { color: rgb(180,248,127); }

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

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

 a { background-color: rgb(180,248,127); }

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

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

 span { border-color: rgb(180,248,127); }

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