Html Css Color HEX #F2FE58 Laser Lemon

📋 copy color: '#F2FE58'

red 242 ◦ green 254 ◦ blue 88

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

Shades of Laser Lemon #F2FE58

Tints of Laser Lemon #F2FE58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 15.07%

R = 41.44%
G = 43.49%
B = 15.07%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.65

 K value IS 0.00

RGB Variations

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

Color information

#F2FE58 (or 0xF2FE58) is known color: Laser Lemon. HEX triplet: F2, FE and 58. RGB value is (242,254,88). Sum of RGB (Red+Green+Blue) = 242+254+88=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 254 (99.61% from 255 or 43.49% from 584); Blue value is 88 (34.77% from 255 or 15.07% from 584); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FE58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FE58 is #0D01A7. Grayscale: #E8E8E8. Windows color (decimal): -852392 or 5832434. OLE color: 5832434.

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

Color convert

RGB 242 254 88 -
CMYK 0.05 0 0.65 0.00
HSL 64.34º 0.99% 0.67% -
HSV(B) 64.34º 0.65% 1% -
XYZ 73.82 90.47 22.8 -
YUV 231.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 242 254 88 0.05 0 0.65 0.00 64.34 0.99 0.67
Hex F2 FE 58 5 0 41 0 40 63 43
Octal 362 376 130 5 0 101 0 100 143 103
Binary 11110010 11111110 1011000 101 0 1000001 0 1000000 1100011 1000011

Color Harmonies of #F2FE58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FE58

Black with #F2FE58

Text Example


Text Example

White with #F2FE58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FE58; }

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

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

background-color css

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

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

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

border-color css

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

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

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