#FEFF56

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

Shades of Laser Lemon #FEFF56

Tints of Laser Lemon #FEFF56

Color information

#FEFF56 (or 0xFEFF56) is unknown color: approx Laser Lemon. HEX triplet: FE, FF and 56. RGB value is (254,255,86). Sum of RGB (Red+Green+Blue) = 254+255+86=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 86 (33.98% from 255 or 14.45% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF56 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FEFF56 is #0100A9. Grayscale: #ECECEC. Windows color (decimal): -65706 or 5701630. OLE color: 5701630.

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

Color convert

RGB25425586-
CMYK0.0000.660
HSL60.36º100%66.86%-
HSV(B)60.36º66.27%100%-
XYZ78.3193.2622.68-
YUV235.4443.67141.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 42.69%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 86 (33.98% from 255) = 14.45%
R=42.69%
G=42.86%
B=14.45%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal254255860.0000.66060.3610066.86
HexFEFF56004203c6443
Octal37637712600102074144103
Binary11111110111111111010110001000010011110011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEFF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEFF56; }

 p { color: rgb(254,255,86); }

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

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

 a { background-color: rgb(254,255,86); }

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

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

 span { border-color: rgb(254,255,86); }

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