Html Css Color HEX #F2FD64 Laser Lemon

📋 copy color: '#F2FD64'

red 242 ◦ green 253 ◦ blue 100

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

Shades of Laser Lemon #F2FD64

Tints of Laser Lemon #F2FD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 16.81%

R = 40.67%
G = 42.52%
B = 16.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#F2FD64 (or 0xF2FD64) is known color: Laser Lemon. HEX triplet: F2, FD and 64. RGB value is (242,253,100). Sum of RGB (Red+Green+Blue) = 242+253+100=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 100 (39.45% from 255 or 16.81% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FD64 is #0D029B. Grayscale: #E8E8E8. Windows color (decimal): -852636 or 6618610. OLE color: 6618610.

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

Color convert

RGB 242 253 100 -
CMYK 0.04 0 0.60 0.01
HSL 64.31º 0.97% 0.69% -
HSV(B) 64.31º 0.6% 0.99% -
XYZ 74.04 90.05 25.54 -
YUV 232.27 53.36 134.94 -
System Red Green Blue C M Y K H S L
Decimal 242 253 100 0.04 0 0.60 0.01 64.31 0.97 0.69
Hex F2 FD 64 4 0 3C 1 40 61 45
Octal 362 375 144 4 0 74 1 100 141 105
Binary 11110010 11111101 1100100 100 0 111100 1 1000000 1100001 1000101

Color Harmonies of #F2FD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD64

Black with #F2FD64

Text Example


Text Example

White with #F2FD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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