Html Css Color HEX #F2FF62 Laser Lemon

📋 copy color: '#F2FF62'

red 242 ◦ green 255 ◦ blue 98

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

Shades of Laser Lemon #F2FF62

Tints of Laser Lemon #F2FF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 16.47%

R = 40.67%
G = 42.86%
B = 16.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#F2FF62 (or 0xF2FF62) is known color: Laser Lemon. HEX triplet: F2, FF and 62. RGB value is (242,255,98). Sum of RGB (Red+Green+Blue) = 242+255+98=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 98 (38.67% from 255 or 16.47% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF62 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF62 is #0D009D. Grayscale: #E9E9E9. Windows color (decimal): -852126 or 6488050. OLE color: 6488050.

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

Color convert

RGB 242 255 98 -
CMYK 0.05 0 0.62 0
HSL 64.97º 1% 0.69% -
HSV(B) 64.97º 0.62% 1% -
XYZ 74.58 91.28 25.24 -
YUV 233.22 51.69 134.27 -
System Red Green Blue C M Y K H S L
Decimal 242 255 98 0.05 0 0.62 0 64.97 1 0.69
Hex F2 FF 62 5 0 3E 0 41 64 45
Octal 362 377 142 5 0 76 0 101 144 105
Binary 11110010 11111111 1100010 101 0 111110 0 1000001 1100100 1000101

Color Harmonies of #F2FF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF62

Black with #F2FF62

Text Example


Text Example

White with #F2FF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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