Html Css Color HEX #EFF40D Lemon

📋 copy color: '#EFF40D'

red 239 ◦ green 244 ◦ blue 13

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

Shades of Lemon #EFF40D

Tints of Lemon #EFF40D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.19%

 BLUE value IS 13 (5.47% from 255) = 2.62%

R = 48.19%
G = 49.19%
B = 2.62%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#EFF40D (or 0xEFF40D) is known color: Lemon. HEX triplet: EF, F4 and 0D. RGB value is (239,244,13). Sum of RGB (Red+Green+Blue) = 239+244+13=496 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.19% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 13 (5.47% from 255 or 2.62% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF40D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF40D is #100BF2. Grayscale: #D9D9D9. Windows color (decimal): -1051635 or 914671. OLE color: 914671.

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

Color convert

RGB 239 244 13 -
CMYK 0.02 0 0.95 0.04
HSL 61.3º 0.91% 0.5% -
HSV(B) 61.3º 0.95% 0.96% -
XYZ 68.02 83.08 12.83 -
YUV 216.17 13.34 144.28 -
System Red Green Blue C M Y K H S L
Decimal 239 244 13 0.02 0 0.95 0.04 61.3 0.91 0.5
Hex EF F4 D 2 0 5F 4 3D 5B 32
Octal 357 364 15 2 0 137 4 75 133 62
Binary 11101111 11110100 1101 10 0 1011111 100 111101 1011011 110010

Color Harmonies of #EFF40D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF40D

Black with #EFF40D

Text Example


Text Example

White with #EFF40D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF40D; }

 p { color: rgb(239,244,13); }

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

background-color css

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

 a { background-color: rgb(239,244,13); }

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

border-color css

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

 span { border-color: rgb(239,244,13); }

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