#f2ff5e

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

Shades of Laser Lemon #F2FF5E

Tints of Laser Lemon #F2FF5E

Color information

#F2FF5E (or 0xF2FF5E) is unknown color: approx Laser Lemon. HEX triplet: F2, FF and 5E. RGB value is (242,255,94). Sum of RGB (Red+Green+Blue) = 242+255+94=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 255 (100% from 255 or 43.15% from 591); Blue value is 94 (37.11% from 255 or 15.91% from 591); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF5E is #0D00A1. Grayscale: #E9E9E9. Windows color (decimal): -852130 or 6225906. OLE color: 6225906.

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

Color convert

RGB24225594-
CMYK0.0500.630
HSL64.84º100%68.43%-
HSV(B)64.84º63.14%100%-
XYZ74.491.2124.27-
YUV232.7649.69134.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.95%
GREEN value IS 255 (100% from 255) = 43.15%
BLUE value IS 94 (37.11% from 255) = 15.91%
R=40.95%
G=43.15%
B=15.91%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242255940.0500.63064.8410068.43
HexF2FF5E503F0416444
Octal36237713650770101144104
Binary1111001011111111101111010101111110100000111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ff5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ff5e; }

 p { color: rgb(242,255,94); }

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

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

 a { background-color: rgb(242,255,94); }

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

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

 span { border-color: rgb(242,255,94); }

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