Html Css Color HEX #F2FC58 Laser Lemon

📋 copy color: '#F2FC58'

red 242 ◦ green 252 ◦ blue 88

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

Shades of Laser Lemon #F2FC58

Tints of Laser Lemon #F2FC58

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.3%

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

R = 41.58%
G = 43.3%
B = 15.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#F2FC58 (or 0xF2FC58) is known color: Laser Lemon. HEX triplet: F2, FC and 58. RGB value is (242,252,88). Sum of RGB (Red+Green+Blue) = 242+252+88=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 88 (34.77% from 255 or 15.12% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FC58 is #0D03A7. Grayscale: #E6E6E6. Windows color (decimal): -852904 or 5831922. OLE color: 5831922.

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

Color convert

RGB 242 252 88 -
CMYK 0.04 0 0.65 0.01
HSL 63.66º 0.96% 0.67% -
HSV(B) 63.66º 0.65% 0.99% -
XYZ 73.19 89.2 22.59 -
YUV 230.31 47.69 136.34 -
System Red Green Blue C M Y K H S L
Decimal 242 252 88 0.04 0 0.65 0.01 63.66 0.96 0.67
Hex F2 FC 58 4 0 41 1 40 60 43
Octal 362 374 130 4 0 101 1 100 140 103
Binary 11110010 11111100 1011000 100 0 1000001 1 1000000 1100000 1000011

Color Harmonies of #F2FC58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC58

Black with #F2FC58

Text Example


Text Example

White with #F2FC58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC58; }

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

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

background-color css

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

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

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

border-color css

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

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

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