Html Css Color HEX #EDF80C Chartreuse Yellow

📋 copy color: '#EDF80C'

red 237 ◦ green 248 ◦ blue 12

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

Shades of Chartreuse Yellow #EDF80C

Tints of Chartreuse Yellow #EDF80C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.9%

 BLUE value IS 12 (5.08% from 255) = 2.41%

R = 47.69%
G = 49.9%
B = 2.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#EDF80C (or 0xEDF80C) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 0C. RGB value is (237,248,12). Sum of RGB (Red+Green+Blue) = 237+248+12=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 248 (97.27% from 255 or 49.90% from 497); Blue value is 12 (5.08% from 255 or 2.41% from 497); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF80C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF80C is #1207F3. Grayscale: #DADADA. Windows color (decimal): -1181684 or 850157. OLE color: 850157.

HSL color Cylindrical-coordinate representation of color #EDF80C: hue angle of 62.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDF80C is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 12 -
CMYK 0.04 0 0.95 0.03
HSL 62.8º 0.94% 0.51% -
HSV(B) 62.8º 0.95% 0.97% -
XYZ 68.56 85.17 13.17 -
YUV 217.81 11.86 141.69 -
System Red Green Blue C M Y K H S L
Decimal 237 248 12 0.04 0 0.95 0.03 62.8 0.94 0.51
Hex ED F8 C 4 0 5F 3 3F 5E 33
Octal 355 370 14 4 0 137 3 77 136 63
Binary 11101101 11111000 1100 100 0 1011111 11 111111 1011110 110011

Color Harmonies of #EDF80C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF80C

Black with #EDF80C

Text Example


Text Example

White with #EDF80C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF80C; }

 p { color: rgb(237,248,12); }

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

background-color css

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

 a { background-color: rgb(237,248,12); }

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

border-color css

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

 span { border-color: rgb(237,248,12); }

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