Html Css Color HEX #EBFF52 Laser Lemon

📋 copy color: '#EBFF52'

red 235 ◦ green 255 ◦ blue 82

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

Shades of Laser Lemon #EBFF52

Tints of Laser Lemon #EBFF52

RGB

 RED value IS 235 (92.19% from 255) = 41.08%

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

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

R = 41.08%
G = 44.58%
B = 14.34%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0

RGB Variations

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

Color information

#EBFF52 (or 0xEBFF52) is known color: Laser Lemon. HEX triplet: EB, FF and 52. RGB value is (235,255,82). Sum of RGB (Red+Green+Blue) = 235+255+82=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 82 (32.42% from 255 or 14.34% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF52 is #1400AD. Grayscale: #E5E5E5. Windows color (decimal): -1310894 or 5439467. OLE color: 5439467.

HSL color Cylindrical-coordinate representation of color #EBFF52: hue angle of 66.94º 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 #EBFF52 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.

Color convert

RGB 235 255 82 -
CMYK 0.08 0 0.68 0
HSL 66.94º 1% 0.66% -
HSV(B) 66.94º 0.68% 1% -
XYZ 71.54 89.79 21.54 -
YUV 229.3 44.87 132.07 -
System Red Green Blue C M Y K H S L
Decimal 235 255 82 0.08 0 0.68 0 66.94 1 0.66
Hex EB FF 52 8 0 44 0 43 64 42
Octal 353 377 122 10 0 104 0 103 144 102
Binary 11101011 11111111 1010010 1000 0 1000100 0 1000011 1100100 1000010

Color Harmonies of #EBFF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF52

Black with #EBFF52

Text Example


Text Example

White with #EBFF52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFF52; }

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

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

background-color css

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

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

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

border-color css

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

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

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