Html Css Color HEX #EBF20C Lemon

📋 copy color: '#EBF20C'

red 235 ◦ green 242 ◦ blue 12

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

Shades of Lemon #EBF20C

Tints of Lemon #EBF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.49%

 BLUE value IS 12 (5.08% from 255) = 2.45%

R = 48.06%
G = 49.49%
B = 2.45%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EBF20C (or 0xEBF20C) is known color: Lemon. HEX triplet: EB, F2 and 0C. RGB value is (235,242,12). Sum of RGB (Red+Green+Blue) = 235+242+12=489 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.06% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 12 (5.08% from 255 or 2.45% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF20C is #140DF3. Grayscale: #D6D6D6. Windows color (decimal): -1314292 or 848619. OLE color: 848619.

HSL color Cylindrical-coordinate representation of color #EBF20C: hue angle of 61.83º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EBF20C is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 235 242 12 -
CMYK 0.03 0 0.95 0.05
HSL 61.83º 0.91% 0.5% -
HSV(B) 61.83º 0.95% 0.95% -
XYZ 66.08 81.19 12.54 -
YUV 213.69 14.18 143.2 -
System Red Green Blue C M Y K H S L
Decimal 235 242 12 0.03 0 0.95 0.05 61.83 0.91 0.5
Hex EB F2 C 3 0 5F 5 3E 5B 32
Octal 353 362 14 3 0 137 5 76 133 62
Binary 11101011 11110010 1100 11 0 1011111 101 111110 1011011 110010

Color Harmonies of #EBF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBF20C

Black with #EBF20C

Text Example


Text Example

White with #EBF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBF20C; }

 p { color: rgb(235,242,12); }

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

background-color css

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

 a { background-color: rgb(235,242,12); }

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

border-color css

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

 span { border-color: rgb(235,242,12); }

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