Html Css Color HEX #F1FE65 Laser Lemon

📋 copy color: '#F1FE65'

red 241 ◦ green 254 ◦ blue 101

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

Shades of Laser Lemon #F1FE65

Tints of Laser Lemon #F1FE65

RGB

 RED value IS 241 (94.53% from 255) = 40.44%

 GREEN value IS 254 (99.61% from 255) = 42.62%

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

R = 40.44%
G = 42.62%
B = 16.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.00

RGB Variations

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

Color information

#F1FE65 (or 0xF1FE65) is known color: Laser Lemon. HEX triplet: F1, FE and 65. RGB value is (241,254,101). Sum of RGB (Red+Green+Blue) = 241+254+101=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 101 (39.84% from 255 or 16.95% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FE65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F1FE65 is #0E019A. Grayscale: #E9E9E9. Windows color (decimal): -917915 or 6684401. OLE color: 6684401.

HSL color Cylindrical-coordinate representation of color #F1FE65: hue angle of 65.1º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F1FE65 is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB 241 254 101 -
CMYK 0.05 0 0.60 0.00
HSL 65.1º 0.99% 0.7% -
HSV(B) 65.1º 0.6% 1% -
XYZ 74.07 90.52 25.88 -
YUV 232.67 53.69 133.94 -
System Red Green Blue C M Y K H S L
Decimal 241 254 101 0.05 0 0.60 0.00 65.1 0.99 0.7
Hex F1 FE 65 5 0 3C 0 41 63 46
Octal 361 376 145 5 0 74 0 101 143 106
Binary 11110001 11111110 1100101 101 0 111100 0 1000001 1100011 1000110

Color Harmonies of #F1FE65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1FE65

Black with #F1FE65

Text Example


Text Example

White with #F1FE65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1FE65; }

 p { color: rgb(241,254,101); }

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

background-color css

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

 a { background-color: rgb(241,254,101); }

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

border-color css

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

 span { border-color: rgb(241,254,101); }

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