Html Css Color HEX #F0FC5B Laser Lemon

📋 copy color: '#F0FC5B'

red 240 ◦ green 252 ◦ blue 91

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

Shades of Laser Lemon #F0FC5B

Tints of Laser Lemon #F0FC5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 15.61%

R = 41.17%
G = 43.22%
B = 15.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#F0FC5B (or 0xF0FC5B) is known color: Laser Lemon. HEX triplet: F0, FC and 5B. RGB value is (240,252,91). Sum of RGB (Red+Green+Blue) = 240+252+91=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 91 (35.94% from 255 or 15.61% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC5B is #0F03A4. Grayscale: #E6E6E6. Windows color (decimal): -983973 or 6028528. OLE color: 6028528.

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

Color convert

RGB 240 252 91 -
CMYK 0.05 0 0.64 0.01
HSL 64.47º 0.96% 0.67% -
HSV(B) 64.47º 0.64% 0.99% -
XYZ 72.63 88.9 23.23 -
YUV 230.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 240 252 91 0.05 0 0.64 0.01 64.47 0.96 0.67
Hex F0 FC 5B 5 0 40 1 40 60 43
Octal 360 374 133 5 0 100 1 100 140 103
Binary 11110000 11111100 1011011 101 0 1000000 1 1000000 1100000 1000011

Color Harmonies of #F0FC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FC5B

Black with #F0FC5B

Text Example


Text Example

White with #F0FC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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