Html Css Color HEX #F0FD6A Laser Lemon

📋 copy color: '#F0FD6A'

red 240 ◦ green 253 ◦ blue 106

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

Shades of Laser Lemon #F0FD6A

Tints of Laser Lemon #F0FD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 17.7%

R = 40.07%
G = 42.24%
B = 17.7%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#F0FD6A (or 0xF0FD6A) is known color: Laser Lemon. HEX triplet: F0, FD and 6A. RGB value is (240,253,106). Sum of RGB (Red+Green+Blue) = 240+253+106=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 253 (99.22% from 255 or 42.24% from 599); Blue value is 106 (41.80% from 255 or 17.70% from 599); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD6A is #0F0295. Grayscale: #E8E8E8. Windows color (decimal): -983702 or 7011824. OLE color: 7011824.

HSL color Cylindrical-coordinate representation of color #F0FD6A: hue angle of 65.31º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F0FD6A is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 240 253 106 -
CMYK 0.05 0 0.58 0.01
HSL 65.31º 0.97% 0.7% -
HSV(B) 65.31º 0.58% 0.99% -
XYZ 73.66 89.82 27.09 -
YUV 232.36 56.69 133.45 -
System Red Green Blue C M Y K H S L
Decimal 240 253 106 0.05 0 0.58 0.01 65.31 0.97 0.7
Hex F0 FD 6A 5 0 3A 1 41 61 46
Octal 360 375 152 5 0 72 1 101 141 106
Binary 11110000 11111101 1101010 101 0 111010 1 1000001 1100001 1000110

Color Harmonies of #F0FD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD6A

Black with #F0FD6A

Text Example


Text Example

White with #F0FD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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