Html Css Color HEX #EDEF00 Chartreuse Yellow

📋 copy color: '#EDEF00'

red 237 ◦ green 239 ◦ blue 0

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

Shades of Chartreuse Yellow #EDEF00

Tints of Chartreuse Yellow #EDEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.21%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.79%
G = 50.21%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EDEF00 (or 0xEDEF00) is known color: Chartreuse Yellow. HEX triplet: ED, EF and 00. RGB value is (237,239,0). Sum of RGB (Red+Green+Blue) = 237+239+0=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF00 is #1210FF. Grayscale: #D4D4D4. Windows color (decimal): -1184000 or 61421. OLE color: 61421.

HSL color Cylindrical-coordinate representation of color #EDEF00: hue angle of 60.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EDEF00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 0 -
CMYK 0.01 0 1 0.06
HSL 60.5º 1% 0.47% -
HSV(B) 60.5º 1% 0.94% -
XYZ 65.79 79.74 11.92 -
YUV 211.16 8.84 146.43 -
System Red Green Blue C M Y K H S L
Decimal 237 239 0 0.01 0 1 0.06 60.5 1 0.47
Hex ED EF 0 1 0 64 6 3D 64 2F
Octal 355 357 0 1 0 144 6 75 144 57
Binary 11101101 11101111 0 1 0 1100100 110 111101 1100100 101111

Color Harmonies of #EDEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF00

Black with #EDEF00

Text Example


Text Example

White with #EDEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF00; }

 p { color: rgb(237,239,0); }

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

background-color css

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

 a { background-color: rgb(237,239,0); }

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

border-color css

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

 span { border-color: rgb(237,239,0); }

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