Html Css Color HEX #F2FF60 Laser Lemon

📋 copy color: '#F2FF60'

red 242 ◦ green 255 ◦ blue 96

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

Shades of Laser Lemon #F2FF60

Tints of Laser Lemon #F2FF60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.19%

R = 40.81%
G = 43%
B = 16.19%

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

#F2FF60 (or 0xF2FF60) is known color: Laser Lemon. HEX triplet: F2, FF and 60. RGB value is (242,255,96). Sum of RGB (Red+Green+Blue) = 242+255+96=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 255 (100% from 255 or 43.00% from 593); Blue value is 96 (37.89% from 255 or 16.19% from 593); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF60 is #0D009F. Grayscale: #E9E9E9. Windows color (decimal): -852128 or 6356978. OLE color: 6356978.

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

Color convert

RGB 242 255 96 -
CMYK 0.05 0 0.62 0
HSL 64.91º 1% 0.69% -
HSV(B) 64.91º 0.62% 1% -
XYZ 74.49 91.24 24.75 -
YUV 232.99 50.69 134.43 -
System Red Green Blue C M Y K H S L
Decimal 242 255 96 0.05 0 0.62 0 64.91 1 0.69
Hex F2 FF 60 5 0 3E 0 41 64 45
Octal 362 377 140 5 0 76 0 101 144 105
Binary 11110010 11111111 1100000 101 0 111110 0 1000001 1100100 1000101

Color Harmonies of #F2FF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF60

Black with #F2FF60

Text Example


Text Example

White with #F2FF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF60; }

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

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

background-color css

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

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

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

border-color css

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

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

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