Html Css Color HEX #F2FF61 Laser Lemon

📋 copy color: '#F2FF61'

red 242 ◦ green 255 ◦ blue 97

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

Shades of Laser Lemon #F2FF61

Tints of Laser Lemon #F2FF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 16.33%

R = 40.74%
G = 42.93%
B = 16.33%

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

#F2FF61 (or 0xF2FF61) is known color: Laser Lemon. HEX triplet: F2, FF and 61. RGB value is (242,255,97). Sum of RGB (Red+Green+Blue) = 242+255+97=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 97 (38.28% from 255 or 16.33% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF61 is #0D009E. Grayscale: #E9E9E9. Windows color (decimal): -852127 or 6422514. OLE color: 6422514.

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

Color convert

RGB 242 255 97 -
CMYK 0.05 0 0.62 0
HSL 64.94º 1% 0.69% -
HSV(B) 64.94º 0.62% 1% -
XYZ 74.54 91.26 25 -
YUV 233.1 51.19 134.35 -
System Red Green Blue C M Y K H S L
Decimal 242 255 97 0.05 0 0.62 0 64.94 1 0.69
Hex F2 FF 61 5 0 3E 0 41 64 45
Octal 362 377 141 5 0 76 0 101 144 105
Binary 11110010 11111111 1100001 101 0 111110 0 1000001 1100100 1000101

Color Harmonies of #F2FF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF61

Black with #F2FF61

Text Example


Text Example

White with #F2FF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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