Html Css Color HEX #EFFF5A Laser Lemon

📋 copy color: '#EFFF5A'

red 239 ◦ green 255 ◦ blue 90

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

Shades of Laser Lemon #EFFF5A

Tints of Laser Lemon #EFFF5A

RGB

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

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 90 (35.55% from 255) = 15.41%

R = 40.92%
G = 43.66%
B = 15.41%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#EFFF5A (or 0xEFFF5A) is known color: Laser Lemon. HEX triplet: EF, FF and 5A. RGB value is (239,255,90). Sum of RGB (Red+Green+Blue) = 239+255+90=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 90 (35.55% from 255 or 15.41% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF5A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF5A is #1000A5. Grayscale: #E8E8E8. Windows color (decimal): -1048742 or 5963759. OLE color: 5963759.

HSL color Cylindrical-coordinate representation of color #EFFF5A: hue angle of 65.82º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EFFF5A is Cyan = 0.06, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB 239 255 90 -
CMYK 0.06 0 0.65 0
HSL 65.82º 1% 0.68% -
HSV(B) 65.82º 0.65% 1% -
XYZ 73.2 90.61 23.3 -
YUV 231.41 48.2 133.42 -
System Red Green Blue C M Y K H S L
Decimal 239 255 90 0.06 0 0.65 0 65.82 1 0.68
Hex EF FF 5A 6 0 41 0 42 64 44
Octal 357 377 132 6 0 101 0 102 144 104
Binary 11101111 11111111 1011010 110 0 1000001 0 1000010 1100100 1000100

Color Harmonies of #EFFF5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF5A

Black with #EFFF5A

Text Example


Text Example

White with #EFFF5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF5A; }

 p { color: rgb(239,255,90); }

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

background-color css

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

 a { background-color: rgb(239,255,90); }

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

border-color css

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

 span { border-color: rgb(239,255,90); }

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