Html Css Color HEX #F2FC66 Laser Lemon

📋 copy color: '#F2FC66'

red 242 ◦ green 252 ◦ blue 102

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

Shades of Laser Lemon #F2FC66

Tints of Laser Lemon #F2FC66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 17.11%

R = 40.6%
G = 42.28%
B = 17.11%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#F2FC66 (or 0xF2FC66) is known color: Laser Lemon. HEX triplet: F2, FC and 66. RGB value is (242,252,102). Sum of RGB (Red+Green+Blue) = 242+252+102=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 102 (40.23% from 255 or 17.11% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC66 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC66 is #0D0399. Grayscale: #E8E8E8. Windows color (decimal): -852890 or 6749426. OLE color: 6749426.

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

Color convert

RGB 242 252 102 -
CMYK 0.04 0 0.60 0.01
HSL 64º 0.96% 0.69% -
HSV(B) 64º 0.6% 0.99% -
XYZ 73.83 89.46 25.95 -
YUV 231.91 54.69 135.2 -
System Red Green Blue C M Y K H S L
Decimal 242 252 102 0.04 0 0.60 0.01 64 0.96 0.69
Hex F2 FC 66 4 0 3C 1 40 60 45
Octal 362 374 146 4 0 74 1 100 140 105
Binary 11110010 11111100 1100110 100 0 111100 1 1000000 1100000 1000101

Color Harmonies of #F2FC66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC66

Black with #F2FC66

Text Example


Text Example

White with #F2FC66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC66; }

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

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

background-color css

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

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

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

border-color css

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

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

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