Html Css Color HEX #F2FD6A Laser Lemon

📋 copy color: '#F2FD6A'

red 242 ◦ green 253 ◦ blue 106

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

Shades of Laser Lemon #F2FD6A

Tints of Laser Lemon #F2FD6A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.1%

 BLUE value IS 106 (41.8% from 255) = 17.64%

R = 40.27%
G = 42.1%
B = 17.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#F2FD6A (or 0xF2FD6A) is known color: Laser Lemon. HEX triplet: F2, FD and 6A. RGB value is (242,253,106). Sum of RGB (Red+Green+Blue) = 242+253+106=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 253 (99.22% from 255 or 42.10% from 601); Blue value is 106 (41.80% from 255 or 17.64% from 601); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD6A is #0D0295. Grayscale: #E9E9E9. Windows color (decimal): -852630 or 7011826. OLE color: 7011826.

HSL color Cylindrical-coordinate representation of color #F2FD6A: hue angle of 64.49º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2FD6A is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 253 106 -
CMYK 0.04 0 0.58 0.01
HSL 64.49º 0.97% 0.7% -
HSV(B) 64.49º 0.58% 0.99% -
XYZ 74.34 90.17 27.12 -
YUV 232.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 242 253 106 0.04 0 0.58 0.01 64.49 0.97 0.7
Hex F2 FD 6A 4 0 3A 1 40 61 46
Octal 362 375 152 4 0 72 1 100 141 106
Binary 11110010 11111101 1101010 100 0 111010 1 1000000 1100001 1000110

Color Harmonies of #F2FD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD6A

Black with #F2FD6A

Text Example


Text Example

White with #F2FD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD6A; }

 p { color: rgb(242,253,106); }

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

background-color css

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

 a { background-color: rgb(242,253,106); }

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

border-color css

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

 span { border-color: rgb(242,253,106); }

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