Html Css Color HEX #F0FC64 Laser Lemon

📋 copy color: '#F0FC64'

red 240 ◦ green 252 ◦ blue 100

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

Shades of Laser Lemon #F0FC64

Tints of Laser Lemon #F0FC64

RGB

 RED value IS 240 (94.14% from 255) = 40.54%

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

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

R = 40.54%
G = 42.57%
B = 16.89%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#F0FC64 (or 0xF0FC64) is known color: Laser Lemon. HEX triplet: F0, FC and 64. RGB value is (240,252,100). Sum of RGB (Red+Green+Blue) = 240+252+100=592 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.54% from 592); Green value is 252 (98.83% from 255 or 42.57% from 592); Blue value is 100 (39.45% from 255 or 16.89% from 592); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC64 is #0F039B. Grayscale: #E7E7E7. Windows color (decimal): -983964 or 6618352. OLE color: 6618352.

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

Color convert

RGB 240 252 100 -
CMYK 0.05 0 0.60 0.01
HSL 64.74º 0.96% 0.69% -
HSV(B) 64.74º 0.6% 0.99% -
XYZ 73.05 89.07 25.4 -
YUV 231.08 54.02 134.36 -
System Red Green Blue C M Y K H S L
Decimal 240 252 100 0.05 0 0.60 0.01 64.74 0.96 0.69
Hex F0 FC 64 5 0 3C 1 41 60 45
Octal 360 374 144 5 0 74 1 101 140 105
Binary 11110000 11111100 1100100 101 0 111100 1 1000001 1100000 1000101

Color Harmonies of #F0FC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC64

Black with #F0FC64

Text Example


Text Example

White with #F0FC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC64; }

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

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

background-color css

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

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

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

border-color css

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

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

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