Html Css Color HEX #EFF413 Lemon

📋 copy color: '#EFF413'

red 239 ◦ green 244 ◦ blue 19

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

Shades of Lemon #EFF413

Tints of Lemon #EFF413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 3.78%

R = 47.61%
G = 48.61%
B = 3.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#EFF413 (or 0xEFF413) is known color: Lemon. HEX triplet: EF, F4 and 13. RGB value is (239,244,19). Sum of RGB (Red+Green+Blue) = 239+244+19=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 19 (7.81% from 255 or 3.78% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF413 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF413 is #100BEC. Grayscale: #D9D9D9. Windows color (decimal): -1051629 or 1307887. OLE color: 1307887.

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

Color convert

RGB 239 244 19 -
CMYK 0.02 0 0.92 0.04
HSL 61.33º 0.91% 0.52% -
HSV(B) 61.33º 0.92% 0.96% -
XYZ 68.06 83.1 13.07 -
YUV 216.86 16.34 143.8 -
System Red Green Blue C M Y K H S L
Decimal 239 244 19 0.02 0 0.92 0.04 61.33 0.91 0.52
Hex EF F4 13 2 0 5C 4 3D 5B 34
Octal 357 364 23 2 0 134 4 75 133 64
Binary 11101111 11110100 10011 10 0 1011100 100 111101 1011011 110100

Color Harmonies of #EFF413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF413

Black with #EFF413

Text Example


Text Example

White with #EFF413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF413; }

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

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

background-color css

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

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

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

border-color css

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

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

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