Html Css Color HEX #EBFF14 Chartreuse Yellow

📋 copy color: '#EBFF14'

red 235 ◦ green 255 ◦ blue 20

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

Shades of Chartreuse Yellow #EBFF14

Tints of Chartreuse Yellow #EBFF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 3.92%

R = 46.08%
G = 50%
B = 3.92%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#EBFF14 (or 0xEBFF14) is known color: Chartreuse Yellow. HEX triplet: EB, FF and 14. RGB value is (235,255,20). Sum of RGB (Red+Green+Blue) = 235+255+20=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 255 (100% from 255 or 50% from 510); Blue value is 20 (8.20% from 255 or 3.92% from 510); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBFF14 is #1400EB. Grayscale: #DFDFDF. Windows color (decimal): -1310956 or 1376235. OLE color: 1376235.

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

Color convert

RGB 235 255 20 -
CMYK 0.08 0 0.92 0
HSL 65.11º 1% 0.54% -
HSV(B) 65.11º 0.92% 1% -
XYZ 70.15 89.23 14.19 -
YUV 222.23 13.87 137.11 -
System Red Green Blue C M Y K H S L
Decimal 235 255 20 0.08 0 0.92 0 65.11 1 0.54
Hex EB FF 14 8 0 5C 0 41 64 36
Octal 353 377 24 10 0 134 0 101 144 66
Binary 11101011 11111111 10100 1000 0 1011100 0 1000001 1100100 110110

Color Harmonies of #EBFF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF14

Black with #EBFF14

Text Example


Text Example

White with #EBFF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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