#1BF485

Color #1BF485 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #1BF485

Tints of Spring Green #1BF485

Color information

#1BF485 (or 0x1BF485) is unknown color: approx Spring Green. HEX triplet: 1B, F4 and 85. RGB value is (27,244,133). Sum of RGB (Red+Green+Blue) = 27+244+133=404 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.68% from 404); Green value is 244 (95.70% from 255 or 60.40% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 244 - color contains mainly: green. Hex color #1BF485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1BF485 is #E40B7A. Grayscale: #A6A6A6. Windows color (decimal): -14945147 or 8778779. OLE color: 8778779.

HSL color Cylindrical-coordinate representation of color #1BF485: hue angle of 149.31º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BF485 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB27244133-
CMYK0.8900.450.04
HSL149.31º90.79%53.14%-
HSV(B)149.31º88.93%95.69%-
XYZ37.0466.6333.1-
YUV166.46109.1128.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 6.68%
GREEN value IS 244 (95.70% from 255) = 60.40%
BLUE value IS 133 (52.34% from 255) = 32.92%
R=6.68%
G=60.40%
B=32.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal272441330.8900.450.04149.3190.7953.14
Hex1BF4855902D4955b35
Octal33364205131055422513365
Binary11011111101001000010110110010101101100100101011011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1BF485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1BF485; }

 p { color: rgb(27,244,133); }

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

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

 a { background-color: rgb(27,244,133); }

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

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

 span { border-color: rgb(27,244,133); }

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