Html Css Color HEX #F0FC55 Laser Lemon

📋 copy color: '#F0FC55'

red 240 ◦ green 252 ◦ blue 85

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

Shades of Laser Lemon #F0FC55

Tints of Laser Lemon #F0FC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.73%

R = 41.59%
G = 43.67%
B = 14.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#F0FC55 (or 0xF0FC55) is known color: Laser Lemon. HEX triplet: F0, FC and 55. RGB value is (240,252,85). Sum of RGB (Red+Green+Blue) = 240+252+85=577 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.59% from 577); Green value is 252 (98.83% from 255 or 43.67% from 577); Blue value is 85 (33.59% from 255 or 14.73% from 577); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC55 is #0F03AA. Grayscale: #E6E6E6. Windows color (decimal): -983979 or 5635312. OLE color: 5635312.

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

Color convert

RGB 240 252 85 -
CMYK 0.05 0 0.66 0.01
HSL 64.31º 0.97% 0.66% -
HSV(B) 64.31º 0.66% 0.99% -
XYZ 72.39 88.8 21.92 -
YUV 229.37 46.52 135.58 -
System Red Green Blue C M Y K H S L
Decimal 240 252 85 0.05 0 0.66 0.01 64.31 0.97 0.66
Hex F0 FC 55 5 0 42 1 40 61 42
Octal 360 374 125 5 0 102 1 100 141 102
Binary 11110000 11111100 1010101 101 0 1000010 1 1000000 1100001 1000010

Color Harmonies of #F0FC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC55

Black with #F0FC55

Text Example


Text Example

White with #F0FC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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