Html Css Color HEX #F2FC60 Laser Lemon

📋 copy color: '#F2FC60'

red 242 ◦ green 252 ◦ blue 96

#F2FC60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Laser Lemon #F2FC60

Tints of Laser Lemon #F2FC60

RGB

 RED value IS 242 (94.92% from 255) = 41.02%

 GREEN value IS 252 (98.83% from 255) = 42.71%

 BLUE value IS 96 (37.89% from 255) = 16.27%

R = 41.02%
G = 42.71%
B = 16.27%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#F2FC60 (or 0xF2FC60) is known color: Laser Lemon. HEX triplet: F2, FC and 60. RGB value is (242,252,96). Sum of RGB (Red+Green+Blue) = 242+252+96=590 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.02% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 96 (37.89% from 255 or 16.27% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC60 is #0D039F. Grayscale: #E7E7E7. Windows color (decimal): -852896 or 6356210. OLE color: 6356210.

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

Color convert

RGB 242 252 96 -
CMYK 0.04 0 0.62 0.01
HSL 63.85º 0.96% 0.68% -
HSV(B) 63.85º 0.62% 0.99% -
XYZ 73.54 89.34 24.44 -
YUV 231.23 51.69 135.68 -
System Red Green Blue C M Y K H S L
Decimal 242 252 96 0.04 0 0.62 0.01 63.85 0.96 0.68
Hex F2 FC 60 4 0 3E 1 40 60 44
Octal 362 374 140 4 0 76 1 100 140 104
Binary 11110010 11111100 1100000 100 0 111110 1 1000000 1100000 1000100

Color Harmonies of #F2FC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC60

Black with #F2FC60

Text Example


Text Example

White with #F2FC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC60; }

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

 H1.HeaderClassName
 {
   color: #F2FC60;
 }
 .AnyTagClassName
 {
   color: #F2FC60;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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