#EBED02

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

Shades of Chartreuse Yellow #EBED02

Tints of Chartreuse Yellow #EBED02

Color information

#EBED02 (or 0xEBED02) is unknown color: approx Chartreuse Yellow. HEX triplet: EB, ED and 02. RGB value is (235,237,2). Sum of RGB (Red+Green+Blue) = 235+237+2=474 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.58% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 2 (1.17% from 255 or 0.42% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EBED02 is #1412FD. Grayscale: #D2D2D2. Windows color (decimal): -1315582 or 191979. OLE color: 191979.

HSL color Cylindrical-coordinate representation of color #EBED02: hue angle of 60.51º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EBED02 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB2352372-
CMYK0.0100.990.07
HSL60.51º98.33%46.86%-
HSV(B)60.51º99.16%92.94%-
XYZ64.5678.2311.76-
YUV209.6110.84146.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 49.58%
GREEN value IS 237 (92.97% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 0.42%
R=49.58%
G=50%
B=0.42%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23523720.0100.990.0760.5198.3346.86
HexEBED2106373d622f
Octal35335521014377514257
Binary1110101111101101101011000111111111011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED02; }

 p { color: rgb(235,237,2); }

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

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

 a { background-color: rgb(235,237,2); }

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

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

 span { border-color: rgb(235,237,2); }

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