Html Css Color HEX #EFF81A Lemon

📋 copy color: '#EFF81A'

red 239 ◦ green 248 ◦ blue 26

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

Shades of Lemon #EFF81A

Tints of Lemon #EFF81A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 48.34%

 BLUE value IS 26 (10.55% from 255) = 5.07%

R = 46.59%
G = 48.34%
B = 5.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#EFF81A (or 0xEFF81A) is known color: Lemon. HEX triplet: EF, F8 and 1A. RGB value is (239,248,26). Sum of RGB (Red+Green+Blue) = 239+248+26=513 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.59% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 26 (10.55% from 255 or 5.07% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF81A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF81A is #1007E5. Grayscale: #DCDCDC. Windows color (decimal): -1050598 or 1767663. OLE color: 1767663.

HSL color Cylindrical-coordinate representation of color #EFF81A: hue angle of 62.43º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EFF81A is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 239 248 26 -
CMYK 0.04 0 0.90 0.03
HSL 62.43º 0.94% 0.54% -
HSV(B) 62.43º 0.9% 0.97% -
XYZ 69.35 85.56 13.84 -
YUV 220 18.52 141.55 -
System Red Green Blue C M Y K H S L
Decimal 239 248 26 0.04 0 0.90 0.03 62.43 0.94 0.54
Hex EF F8 1A 4 0 5A 3 3E 5E 36
Octal 357 370 32 4 0 132 3 76 136 66
Binary 11101111 11111000 11010 100 0 1011010 11 111110 1011110 110110

Color Harmonies of #EFF81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF81A

Black with #EFF81A

Text Example


Text Example

White with #EFF81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF81A; }

 p { color: rgb(239,248,26); }

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

background-color css

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

 a { background-color: rgb(239,248,26); }

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

border-color css

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

 span { border-color: rgb(239,248,26); }

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