Html Css Color HEX #F2FC64 Laser Lemon

📋 copy color: '#F2FC64'

red 242 ◦ green 252 ◦ blue 100

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

Shades of Laser Lemon #F2FC64

Tints of Laser Lemon #F2FC64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.84%

R = 40.74%
G = 42.42%
B = 16.84%

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

#F2FC64 (or 0xF2FC64) is known color: Laser Lemon. HEX triplet: F2, FC and 64. RGB value is (242,252,100). Sum of RGB (Red+Green+Blue) = 242+252+100=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 100 (39.45% from 255 or 16.84% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC64 is #0D039B. Grayscale: #E8E8E8. Windows color (decimal): -852892 or 6618354. OLE color: 6618354.

HSL color Cylindrical-coordinate representation of color #F2FC64: hue angle of 63.95º 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 #F2FC64 is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 100 -
CMYK 0.04 0 0.60 0.01
HSL 63.95º 0.96% 0.69% -
HSV(B) 63.95º 0.6% 0.99% -
XYZ 73.73 89.42 25.43 -
YUV 231.68 53.69 135.36 -
System Red Green Blue C M Y K H S L
Decimal 242 252 100 0.04 0 0.60 0.01 63.95 0.96 0.69
Hex F2 FC 64 4 0 3C 1 40 60 45
Octal 362 374 144 4 0 74 1 100 140 105
Binary 11110010 11111100 1100100 100 0 111100 1 1000000 1100000 1000101

Color Harmonies of #F2FC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC64

Black with #F2FC64

Text Example


Text Example

White with #F2FC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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