Html Css Color HEX #EFFF55 Laser Lemon

📋 copy color: '#EFFF55'

red 239 ◦ green 255 ◦ blue 85

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

Shades of Laser Lemon #EFFF55

Tints of Laser Lemon #EFFF55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 14.68%

R = 41.28%
G = 44.04%
B = 14.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.67

 K value IS 0

RGB Variations

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

Color information

#EFFF55 (or 0xEFFF55) is known color: Laser Lemon. HEX triplet: EF, FF and 55. RGB value is (239,255,85). Sum of RGB (Red+Green+Blue) = 239+255+85=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 255 (100% from 255 or 44.04% from 579); Blue value is 85 (33.59% from 255 or 14.68% from 579); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF55 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF55 is #1000AA. Grayscale: #E7E7E7. Windows color (decimal): -1048747 or 5636079. OLE color: 5636079.

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

Color convert

RGB 239 255 85 -
CMYK 0.06 0 0.67 0
HSL 65.65º 1% 0.67% -
HSV(B) 65.65º 0.67% 1% -
XYZ 73 90.53 22.22 -
YUV 230.84 45.7 133.82 -
System Red Green Blue C M Y K H S L
Decimal 239 255 85 0.06 0 0.67 0 65.65 1 0.67
Hex EF FF 55 6 0 43 0 42 64 43
Octal 357 377 125 6 0 103 0 102 144 103
Binary 11101111 11111111 1010101 110 0 1000011 0 1000010 1100100 1000011

Color Harmonies of #EFFF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF55

Black with #EFFF55

Text Example


Text Example

White with #EFFF55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF55; }

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

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

background-color css

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

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

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

border-color css

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

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

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