Html Css Color HEX #EDFF04 Chartreuse Yellow

📋 copy color: '#EDFF04'

red 237 ◦ green 255 ◦ blue 4

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

Shades of Chartreuse Yellow #EDFF04

Tints of Chartreuse Yellow #EDFF04

RGB

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

 GREEN value IS 255 (100% from 255) = 51.41%

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

R = 47.78%
G = 51.41%
B = 0.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#EDFF04 (or 0xEDFF04) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 04. RGB value is (237,255,4). Sum of RGB (Red+Green+Blue) = 237+255+4=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 255 (100% from 255 or 51.41% from 496); Blue value is 4 (1.95% from 255 or 0.81% from 496); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF04 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF04 is #1200FB. Grayscale: #DDDDDD. Windows color (decimal): -1179900 or 327661. OLE color: 327661.

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

Color convert

RGB 237 255 4 -
CMYK 0.07 0 0.98 0
HSL 64.3º 1% 0.51% -
HSV(B) 64.3º 0.98% 1% -
XYZ 70.71 89.53 13.67 -
YUV 221 5.54 139.41 -
System Red Green Blue C M Y K H S L
Decimal 237 255 4 0.07 0 0.98 0 64.3 1 0.51
Hex ED FF 4 7 0 62 0 40 64 33
Octal 355 377 4 7 0 142 0 100 144 63
Binary 11101101 11111111 100 111 0 1100010 0 1000000 1100100 110011

Color Harmonies of #EDFF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF04

Black with #EDFF04

Text Example


Text Example

White with #EDFF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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