Html Css Color HEX #F5FE55 Laser Lemon

📋 copy color: '#F5FE55'

red 245 ◦ green 254 ◦ blue 85

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

Shades of Laser Lemon #F5FE55

Tints of Laser Lemon #F5FE55

RGB

 RED value IS 245 (96.09% from 255) = 41.95%

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

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

R = 41.95%
G = 43.49%
B = 14.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#F5FE55 (or 0xF5FE55) is known color: Laser Lemon. HEX triplet: F5, FE and 55. RGB value is (245,254,85). Sum of RGB (Red+Green+Blue) = 245+254+85=584 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.95% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 85 (33.59% from 255 or 14.55% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE55 is #0A01AA. Grayscale: #E8E8E8. Windows color (decimal): -655787 or 5635829. OLE color: 5635829.

HSL color Cylindrical-coordinate representation of color #F5FE55: hue angle of 63.2º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5FE55 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 245 254 85 -
CMYK 0.04 0 0.67 0.00
HSL 63.2º 0.99% 0.66% -
HSV(B) 63.2º 0.67% 1% -
XYZ 74.74 90.95 22.21 -
YUV 232.04 45.02 137.24 -
System Red Green Blue C M Y K H S L
Decimal 245 254 85 0.04 0 0.67 0.00 63.2 0.99 0.66
Hex F5 FE 55 4 0 43 0 3F 63 42
Octal 365 376 125 4 0 103 0 77 143 102
Binary 11110101 11111110 1010101 100 0 1000011 0 111111 1100011 1000010

Color Harmonies of #F5FE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FE55

Black with #F5FE55

Text Example


Text Example

White with #F5FE55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FE55; }

 p { color: rgb(245,254,85); }

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

background-color css

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

 a { background-color: rgb(245,254,85); }

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

border-color css

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

 span { border-color: rgb(245,254,85); }

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