Html Css Color HEX #EFFF52 Laser Lemon

📋 copy color: '#EFFF52'

red 239 ◦ green 255 ◦ blue 82

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

Shades of Laser Lemon #EFFF52

Tints of Laser Lemon #EFFF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 14.24%

R = 41.49%
G = 44.27%
B = 14.24%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#EFFF52 (or 0xEFFF52) is known color: Laser Lemon. HEX triplet: EF, FF and 52. RGB value is (239,255,82). Sum of RGB (Red+Green+Blue) = 239+255+82=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 82 (32.42% from 255 or 14.24% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #EFFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFFF52 is #1000AD. Grayscale: #E7E7E7. Windows color (decimal): -1048750 or 5439471. OLE color: 5439471.

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

Color convert

RGB 239 255 82 -
CMYK 0.06 0 0.68 0
HSL 65.55º 1% 0.66% -
HSV(B) 65.55º 0.68% 1% -
XYZ 72.88 90.48 21.61 -
YUV 230.49 44.2 134.07 -
System Red Green Blue C M Y K H S L
Decimal 239 255 82 0.06 0 0.68 0 65.55 1 0.66
Hex EF FF 52 6 0 44 0 42 64 42
Octal 357 377 122 6 0 104 0 102 144 102
Binary 11101111 11111111 1010010 110 0 1000100 0 1000010 1100100 1000010

Color Harmonies of #EFFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFF52

Black with #EFFF52

Text Example


Text Example

White with #EFFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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