Html Css Color HEX #F2FE53 Laser Lemon

📋 copy color: '#F2FE53'

red 242 ◦ green 254 ◦ blue 83

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

Shades of Laser Lemon #F2FE53

Tints of Laser Lemon #F2FE53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 14.34%

R = 41.8%
G = 43.87%
B = 14.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.67

 K value IS 0.00

RGB Variations

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

Color information

#F2FE53 (or 0xF2FE53) is known color: Laser Lemon. HEX triplet: F2, FE and 53. RGB value is (242,254,83). Sum of RGB (Red+Green+Blue) = 242+254+83=579 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.80% from 579); Green value is 254 (99.61% from 255 or 43.87% from 579); Blue value is 83 (32.81% from 255 or 14.34% from 579); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE53 is #0D01AC. Grayscale: #E7E7E7. Windows color (decimal): -852397 or 5504754. OLE color: 5504754.

HSL color Cylindrical-coordinate representation of color #F2FE53: hue angle of 64.21º 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 #F2FE53 is Cyan = 0.05, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 254 83 -
CMYK 0.05 0 0.67 0.00
HSL 64.21º 0.99% 0.66% -
HSV(B) 64.21º 0.67% 1% -
XYZ 73.62 90.39 21.75 -
YUV 230.92 44.52 135.9 -
System Red Green Blue C M Y K H S L
Decimal 242 254 83 0.05 0 0.67 0.00 64.21 0.99 0.66
Hex F2 FE 53 5 0 43 0 40 63 42
Octal 362 376 123 5 0 103 0 100 143 102
Binary 11110010 11111110 1010011 101 0 1000011 0 1000000 1100011 1000010

Color Harmonies of #F2FE53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE53

Black with #F2FE53

Text Example


Text Example

White with #F2FE53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE53; }

 p { color: rgb(242,254,83); }

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

background-color css

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

 a { background-color: rgb(242,254,83); }

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

border-color css

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

 span { border-color: rgb(242,254,83); }

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