#F2FC5B

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

Shades of Laser Lemon #F2FC5B

Tints of Laser Lemon #F2FC5B

Color information

#F2FC5B (or 0xF2FC5B) is unknown color: approx Laser Lemon. HEX triplet: F2, FC and 5B. RGB value is (242,252,91). Sum of RGB (Red+Green+Blue) = 242+252+91=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 91 (35.94% from 255 or 15.56% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC5B is #0D03A4. Grayscale: #E7E7E7. Windows color (decimal): -852901 or 6028530. OLE color: 6028530.

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

Color convert

RGB24225291-
CMYK0.0400.640.01
HSL63.73º96.41%67.25%-
HSV(B)63.73º63.89%98.82%-
XYZ73.3289.2523.26-
YUV230.6649.19136.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.37%
GREEN value IS 252 (98.83% from 255) = 43.08%
BLUE value IS 91 (35.94% from 255) = 15.56%
R=41.37%
G=43.08%
B=15.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal242252910.0400.640.0163.7396.4167.25
HexF2FC5B40401406043
Octal362374133401001100140103
Binary11110010111111001011011100010000001100000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FC5B; }

 p { color: rgb(242,252,91); }

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

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

 a { background-color: rgb(242,252,91); }

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

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

 span { border-color: rgb(242,252,91); }

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