Html Css Color HEX #EDF304 Chartreuse Yellow

📋 copy color: '#EDF304'

red 237 ◦ green 243 ◦ blue 4

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

Shades of Chartreuse Yellow #EDF304

Tints of Chartreuse Yellow #EDF304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

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

R = 48.97%
G = 50.21%
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

#EDF304 (or 0xEDF304) is known color: Chartreuse Yellow. HEX triplet: ED, F3 and 04. RGB value is (237,243,4). Sum of RGB (Red+Green+Blue) = 237+243+4=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 4 (1.95% from 255 or 0.83% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF304 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF304 is #120CFB. Grayscale: #D6D6D6. Windows color (decimal): -1182972 or 324589. OLE color: 324589.

HSL color Cylindrical-coordinate representation of color #EDF304: hue angle of 61.51º 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 #EDF304 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 4 -
CMYK 0.02 0 0.98 0.05
HSL 61.51º 0.97% 0.48% -
HSV(B) 61.51º 0.98% 0.95% -
XYZ 67 82.11 12.43 -
YUV 213.96 9.51 144.43 -
System Red Green Blue C M Y K H S L
Decimal 237 243 4 0.02 0 0.98 0.05 61.51 0.97 0.48
Hex ED F3 4 2 0 62 5 3E 61 30
Octal 355 363 4 2 0 142 5 76 141 60
Binary 11101101 11110011 100 10 0 1100010 101 111110 1100001 110000

Color Harmonies of #EDF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF304

Black with #EDF304

Text Example


Text Example

White with #EDF304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF304; }

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

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

background-color css

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

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

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

border-color css

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

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

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