#FBFE55

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

Shades of Laser Lemon #FBFE55

Tints of Laser Lemon #FBFE55

Color information

#FBFE55 (or 0xFBFE55) is unknown color: approx Laser Lemon. HEX triplet: FB, FE and 55. RGB value is (251,254,85). Sum of RGB (Red+Green+Blue) = 251+254+85=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 254 (99.61% from 255 or 43.05% from 590); Blue value is 85 (33.59% from 255 or 14.41% from 590); Max value from RGB is 254 - color contains mainly: green. Hex color #FBFE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFE55 is #0401AA. Grayscale: #EAEAEA. Windows color (decimal): -262571 or 5635835. OLE color: 5635835.

HSL color Cylindrical-coordinate representation of color #FBFE55: hue angle of 61.07º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FBFE55 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB25125485-
CMYK0.0100.670.00
HSL61.07º98.83%66.47%-
HSV(B)61.07º66.54%99.61%-
XYZ76.8792.0522.31-
YUV233.8444.01140.24-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 42.54%
GREEN value IS 254 (99.61% from 255) = 43.05%
BLUE value IS 85 (33.59% from 255) = 14.41%
R=42.54%
G=43.05%
B=14.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal251254850.0100.670.0061.0798.8366.47
HexFBFE55104303d6342
Octal37337612510103075143102
Binary11111011111111101010101101000011011110111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFE55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFE55; }

 p { color: rgb(251,254,85); }

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

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

 a { background-color: rgb(251,254,85); }

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

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

 span { border-color: rgb(251,254,85); }

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