Html Css Color HEX #EDFE1C Chartreuse Yellow

📋 copy color: '#EDFE1C'

red 237 ◦ green 254 ◦ blue 28

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

Shades of Chartreuse Yellow #EDFE1C

Tints of Chartreuse Yellow #EDFE1C

RGB

 RED value IS 237 (92.97% from 255) = 45.66%

 GREEN value IS 254 (99.61% from 255) = 48.94%

 BLUE value IS 28 (11.33% from 255) = 5.39%

R = 45.66%
G = 48.94%
B = 5.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#EDFE1C (or 0xEDFE1C) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 1C. RGB value is (237,254,28). Sum of RGB (Red+Green+Blue) = 237+254+28=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 254 (99.61% from 255 or 48.94% from 519); Blue value is 28 (11.33% from 255 or 5.39% from 519); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFE1C is #1201E3. Grayscale: #E0E0E0. Windows color (decimal): -1180132 or 1900269. OLE color: 1900269.

HSL color Cylindrical-coordinate representation of color #EDFE1C: hue angle of 64.51º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EDFE1C is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.00.

Color convert

RGB 237 254 28 -
CMYK 0.07 0 0.89 0.00
HSL 64.51º 0.99% 0.55% -
HSV(B) 64.51º 0.89% 1% -
XYZ 70.58 88.97 14.55 -
YUV 223.15 17.87 137.88 -
System Red Green Blue C M Y K H S L
Decimal 237 254 28 0.07 0 0.89 0.00 64.51 0.99 0.55
Hex ED FE 1C 7 0 59 0 41 63 37
Octal 355 376 34 7 0 131 0 101 143 67
Binary 11101101 11111110 11100 111 0 1011001 0 1000001 1100011 110111

Color Harmonies of #EDFE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE1C

Black with #EDFE1C

Text Example


Text Example

White with #EDFE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE1C; }

 p { color: rgb(237,254,28); }

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

background-color css

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

 a { background-color: rgb(237,254,28); }

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

border-color css

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

 span { border-color: rgb(237,254,28); }

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