#EBF914

Color #EBF914 Chartreuse Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse Yellow #EBF914

Tints of Chartreuse Yellow #EBF914

Color information

#EBF914 (or 0xEBF914) is unknown color: approx Chartreuse Yellow. HEX triplet: EB, F9 and 14. RGB value is (235,249,20). Sum of RGB (Red+Green+Blue) = 235+249+20=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 249 (97.66% from 255 or 49.40% from 504); Blue value is 20 (8.20% from 255 or 3.97% from 504); Max value from RGB is 249 - color contains mainly: green. Hex color #EBF914 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBF914 is #1406EB. Grayscale: #DBDBDB. Windows color (decimal): -1312492 or 1374699. OLE color: 1374699.

HSL color Cylindrical-coordinate representation of color #EBF914: hue angle of 63.67º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EBF914 is Cyan = 0.06, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB23524920-
CMYK0.0600.920.02
HSL63.67º95.02%52.75%-
HSV(B)63.67º91.97%97.65%-
XYZ68.2685.4613.56-
YUV218.7115.86139.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.63%
GREEN value IS 249 (97.66% from 255) = 49.40%
BLUE value IS 20 (8.20% from 255) = 3.97%
R=46.63%
G=49.40%
B=3.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235249200.0600.920.0263.6795.0252.75
HexEBF914605C2405f35
Octal3533712460134210013765
Binary111010111111100110100110010111001010000001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF914; }

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

 H1.HeaderClassName
 {
   color: #EBF914;
 }
 .AnyTagClassName
 {
   color: #EBF914;
 }
</style>
background-color css

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

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

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

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

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

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