Html Css Color HEX #F5FE70 Laser Lemon

📋 copy color: '#F5FE70'

red 245 ◦ green 254 ◦ blue 112

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

Shades of Laser Lemon #F5FE70

Tints of Laser Lemon #F5FE70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 18.33%

R = 40.1%
G = 41.57%
B = 18.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#F5FE70 (or 0xF5FE70) is known color: Laser Lemon. HEX triplet: F5, FE and 70. RGB value is (245,254,112). Sum of RGB (Red+Green+Blue) = 245+254+112=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 112 (44.14% from 255 or 18.33% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FE70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FE70 is #0A018F. Grayscale: #EBEBEB. Windows color (decimal): -655760 or 7405301. OLE color: 7405301.

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

Color convert

RGB 245 254 112 -
CMYK 0.04 0 0.56 0.00
HSL 63.8º 0.99% 0.72% -
HSV(B) 63.8º 0.56% 1% -
XYZ 76.02 91.47 28.98 -
YUV 235.12 58.52 135.05 -
System Red Green Blue C M Y K H S L
Decimal 245 254 112 0.04 0 0.56 0.00 63.8 0.99 0.72
Hex F5 FE 70 4 0 38 0 40 63 48
Octal 365 376 160 4 0 70 0 100 143 110
Binary 11110101 11111110 1110000 100 0 111000 0 1000000 1100011 1001000

Color Harmonies of #F5FE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FE70

Black with #F5FE70

Text Example


Text Example

White with #F5FE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FE70; }

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

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

background-color css

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

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

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

border-color css

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

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

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