Html Css Color HEX #F0FD64 Laser Lemon

📋 copy color: '#F0FD64'

red 240 ◦ green 253 ◦ blue 100

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

Shades of Laser Lemon #F0FD64

Tints of Laser Lemon #F0FD64

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.66%

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

R = 40.47%
G = 42.66%
B = 16.86%

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

#F0FD64 (or 0xF0FD64) is known color: Laser Lemon. HEX triplet: F0, FD and 64. RGB value is (240,253,100). Sum of RGB (Red+Green+Blue) = 240+253+100=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 100 (39.45% from 255 or 16.86% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD64 is #0F029B. Grayscale: #E8E8E8. Windows color (decimal): -983708 or 6618608. OLE color: 6618608.

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

Color convert

RGB 240 253 100 -
CMYK 0.05 0 0.60 0.01
HSL 65.1º 0.97% 0.69% -
HSV(B) 65.1º 0.6% 0.99% -
XYZ 73.36 89.7 25.5 -
YUV 231.67 53.69 133.94 -
System Red Green Blue C M Y K H S L
Decimal 240 253 100 0.05 0 0.60 0.01 65.1 0.97 0.69
Hex F0 FD 64 5 0 3C 1 41 61 45
Octal 360 375 144 5 0 74 1 101 141 105
Binary 11110000 11111101 1100100 101 0 111100 1 1000001 1100001 1000101

Color Harmonies of #F0FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD64

Black with #F0FD64

Text Example


Text Example

White with #F0FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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