Html Css Color HEX #EFFF5D Laser Lemon

📋 copy color: '#EFFF5D'

red 239 ◦ green 255 ◦ blue 93

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

Shades of Laser Lemon #EFFF5D

Tints of Laser Lemon #EFFF5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 15.84%

R = 40.72%
G = 43.44%
B = 15.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#EFFF5D (or 0xEFFF5D) is known color: Laser Lemon. HEX triplet: EF, FF and 5D. RGB value is (239,255,93). Sum of RGB (Red+Green+Blue) = 239+255+93=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 255 (100% from 255 or 43.44% from 587); Blue value is 93 (36.72% from 255 or 15.84% from 587); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF5D is #1000A2. Grayscale: #E8E8E8. Windows color (decimal): -1048739 or 6160367. OLE color: 6160367.

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

Color convert

RGB 239 255 93 -
CMYK 0.06 0 0.64 0
HSL 65.93º 1% 0.68% -
HSV(B) 65.93º 0.64% 1% -
XYZ 73.33 90.66 23.99 -
YUV 231.75 49.7 133.17 -
System Red Green Blue C M Y K H S L
Decimal 239 255 93 0.06 0 0.64 0 65.93 1 0.68
Hex EF FF 5D 6 0 40 0 42 64 44
Octal 357 377 135 6 0 100 0 102 144 104
Binary 11101111 11111111 1011101 110 0 1000000 0 1000010 1100100 1000100

Color Harmonies of #EFFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF5D

Black with #EFFF5D

Text Example


Text Example

White with #EFFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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