Html Css Color HEX #F2FF6F Laser Lemon

📋 copy color: '#F2FF6F'

red 242 ◦ green 255 ◦ blue 111

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

Shades of Laser Lemon #F2FF6F

Tints of Laser Lemon #F2FF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 18.26%

R = 39.8%
G = 41.94%
B = 18.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#F2FF6F (or 0xF2FF6F) is known color: Laser Lemon. HEX triplet: F2, FF and 6F. RGB value is (242,255,111). Sum of RGB (Red+Green+Blue) = 242+255+111=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 111 (43.75% from 255 or 18.26% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF6F is #0D0090. Grayscale: #EBEBEB. Windows color (decimal): -852113 or 7340018. OLE color: 7340018.

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

Color convert

RGB 242 255 111 -
CMYK 0.05 0 0.56 0
HSL 65.42º 1% 0.72% -
HSV(B) 65.42º 0.56% 1% -
XYZ 75.25 91.54 28.74 -
YUV 234.7 58.19 133.21 -
System Red Green Blue C M Y K H S L
Decimal 242 255 111 0.05 0 0.56 0 65.42 1 0.72
Hex F2 FF 6F 5 0 38 0 41 64 48
Octal 362 377 157 5 0 70 0 101 144 110
Binary 11110010 11111111 1101111 101 0 111000 0 1000001 1100100 1001000

Color Harmonies of #F2FF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF6F

Black with #F2FF6F

Text Example


Text Example

White with #F2FF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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