Html Css Color HEX #EDF104 Chartreuse Yellow

📋 copy color: '#EDF104'

red 237 ◦ green 241 ◦ blue 4

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

Shades of Chartreuse Yellow #EDF104

Tints of Chartreuse Yellow #EDF104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 49.17%
G = 50%
B = 0.83%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#EDF104 (or 0xEDF104) is known color: Chartreuse Yellow. HEX triplet: ED, F1 and 04. RGB value is (237,241,4). Sum of RGB (Red+Green+Blue) = 237+241+4=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 4 (1.95% from 255 or 0.83% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF104 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF104 is #120EFB. Grayscale: #D5D5D5. Windows color (decimal): -1183484 or 324077. OLE color: 324077.

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

Color convert

RGB 237 241 4 -
CMYK 0.02 0 0.98 0.05
HSL 61.01º 0.97% 0.48% -
HSV(B) 61.01º 0.98% 0.95% -
XYZ 66.4 80.92 12.23 -
YUV 212.79 10.17 145.27 -
System Red Green Blue C M Y K H S L
Decimal 237 241 4 0.02 0 0.98 0.05 61.01 0.97 0.48
Hex ED F1 4 2 0 62 5 3D 61 30
Octal 355 361 4 2 0 142 5 75 141 60
Binary 11101101 11110001 100 10 0 1100010 101 111101 1100001 110000

Color Harmonies of #EDF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF104

Black with #EDF104

Text Example


Text Example

White with #EDF104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF104; }

 p { color: rgb(237,241,4); }

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

background-color css

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

 a { background-color: rgb(237,241,4); }

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

border-color css

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

 span { border-color: rgb(237,241,4); }

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