Html Css Color HEX #F2FF51 Laser Lemon

📋 copy color: '#F2FF51'

red 242 ◦ green 255 ◦ blue 81

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

Shades of Laser Lemon #F2FF51

Tints of Laser Lemon #F2FF51

RGB

 RED value IS 242 (94.92% from 255) = 41.87%

 GREEN value IS 255 (100% from 255) = 44.12%

 BLUE value IS 81 (32.03% from 255) = 14.01%

R = 41.87%
G = 44.12%
B = 14.01%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#F2FF51 (or 0xF2FF51) is known color: Laser Lemon. HEX triplet: F2, FF and 51. RGB value is (242,255,81). Sum of RGB (Red+Green+Blue) = 242+255+81=578 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.87% from 578); Green value is 255 (100% from 255 or 44.12% from 578); Blue value is 81 (32.03% from 255 or 14.01% from 578); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF51 is #0D00AE. Grayscale: #E7E7E7. Windows color (decimal): -852143 or 5373938. OLE color: 5373938.

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

Color convert

RGB 242 255 81 -
CMYK 0.05 0 0.68 0
HSL 64.48º 1% 0.66% -
HSV(B) 64.48º 0.68% 1% -
XYZ 73.86 90.99 21.45 -
YUV 231.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 242 255 81 0.05 0 0.68 0 64.48 1 0.66
Hex F2 FF 51 5 0 44 0 40 64 42
Octal 362 377 121 5 0 104 0 100 144 102
Binary 11110010 11111111 1010001 101 0 1000100 0 1000000 1100100 1000010

Color Harmonies of #F2FF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF51

Black with #F2FF51

Text Example


Text Example

White with #F2FF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF51; }

 p { color: rgb(242,255,81); }

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

background-color css

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

 a { background-color: rgb(242,255,81); }

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

border-color css

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

 span { border-color: rgb(242,255,81); }

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