Html Css Color HEX #EFFA1D Lemon

📋 copy color: '#EFFA1D'

red 239 ◦ green 250 ◦ blue 29

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

Shades of Lemon #EFFA1D

Tints of Lemon #EFFA1D

RGB

 RED value IS 239 (93.75% from 255) = 46.14%

 GREEN value IS 250 (98.05% from 255) = 48.26%

 BLUE value IS 29 (11.72% from 255) = 5.6%

R = 46.14%
G = 48.26%
B = 5.6%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#EFFA1D (or 0xEFFA1D) is known color: Lemon. HEX triplet: EF, FA and 1D. RGB value is (239,250,29). Sum of RGB (Red+Green+Blue) = 239+250+29=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 29 (11.72% from 255 or 5.60% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #EFFA1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFA1D is #1005E2. Grayscale: #DEDEDE. Windows color (decimal): -1050083 or 1964783. OLE color: 1964783.

HSL color Cylindrical-coordinate representation of color #EFFA1D: hue angle of 62.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EFFA1D is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 250 29 -
CMYK 0.04 0 0.88 0.02
HSL 62.99º 0.96% 0.55% -
HSV(B) 62.99º 0.88% 0.98% -
XYZ 70 86.81 14.23 -
YUV 221.52 19.36 140.47 -
System Red Green Blue C M Y K H S L
Decimal 239 250 29 0.04 0 0.88 0.02 62.99 0.96 0.55
Hex EF FA 1D 4 0 58 2 3F 60 37
Octal 357 372 35 4 0 130 2 77 140 67
Binary 11101111 11111010 11101 100 0 1011000 10 111111 1100000 110111

Color Harmonies of #EFFA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFA1D

Black with #EFFA1D

Text Example


Text Example

White with #EFFA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFA1D; }

 p { color: rgb(239,250,29); }

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

background-color css

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

 a { background-color: rgb(239,250,29); }

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

border-color css

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

 span { border-color: rgb(239,250,29); }

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