Html Css Color HEX #F0FD65 Laser Lemon

📋 copy color: '#F0FD65'

red 240 ◦ green 253 ◦ blue 101

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

Shades of Laser Lemon #F0FD65

Tints of Laser Lemon #F0FD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17%

R = 40.4%
G = 42.59%
B = 17%

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

#F0FD65 (or 0xF0FD65) is known color: Laser Lemon. HEX triplet: F0, FD and 65. RGB value is (240,253,101). Sum of RGB (Red+Green+Blue) = 240+253+101=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 253 (99.22% from 255 or 42.59% from 594); Blue value is 101 (39.84% from 255 or 17.00% from 594); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD65 is #0F029A. Grayscale: #E8E8E8. Windows color (decimal): -983707 or 6684144. OLE color: 6684144.

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

Color convert

RGB 240 253 101 -
CMYK 0.05 0 0.60 0.01
HSL 65.13º 0.97% 0.69% -
HSV(B) 65.13º 0.6% 0.99% -
XYZ 73.41 89.72 25.76 -
YUV 231.79 54.19 133.86 -
System Red Green Blue C M Y K H S L
Decimal 240 253 101 0.05 0 0.60 0.01 65.13 0.97 0.69
Hex F0 FD 65 5 0 3C 1 41 61 45
Octal 360 375 145 5 0 74 1 101 141 105
Binary 11110000 11111101 1100101 101 0 111100 1 1000001 1100001 1000101

Color Harmonies of #F0FD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FD65

Black with #F0FD65

Text Example


Text Example

White with #F0FD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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