Html Css Color HEX #F2FB58 Laser Lemon

📋 copy color: '#F2FB58'

red 242 ◦ green 251 ◦ blue 88

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

Shades of Laser Lemon #F2FB58

Tints of Laser Lemon #F2FB58

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.2%

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

R = 41.65%
G = 43.2%
B = 15.15%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.02

RGB Variations

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

Color information

#F2FB58 (or 0xF2FB58) is known color: Laser Lemon. HEX triplet: F2, FB and 58. RGB value is (242,251,88). Sum of RGB (Red+Green+Blue) = 242+251+88=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FB58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FB58 is #0D04A7. Grayscale: #E6E6E6. Windows color (decimal): -853160 or 5831666. OLE color: 5831666.

HSL color Cylindrical-coordinate representation of color #F2FB58: hue angle of 63.31º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F2FB58 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 251 88 -
CMYK 0.04 0 0.65 0.02
HSL 63.31º 0.95% 0.66% -
HSV(B) 63.31º 0.65% 0.98% -
XYZ 72.88 88.58 22.49 -
YUV 229.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 242 251 88 0.04 0 0.65 0.02 63.31 0.95 0.66
Hex F2 FB 58 4 0 41 2 3F 5F 42
Octal 362 373 130 4 0 101 2 77 137 102
Binary 11110010 11111011 1011000 100 0 1000001 10 111111 1011111 1000010

Color Harmonies of #F2FB58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FB58

Black with #F2FB58

Text Example


Text Example

White with #F2FB58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FB58; }

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

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

background-color css

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

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

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

border-color css

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

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

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