Html Css Color HEX #EDF70D Chartreuse Yellow

📋 copy color: '#EDF70D'

red 237 ◦ green 247 ◦ blue 13

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

Shades of Chartreuse Yellow #EDF70D

Tints of Chartreuse Yellow #EDF70D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.7%

 BLUE value IS 13 (5.47% from 255) = 2.62%

R = 47.69%
G = 49.7%
B = 2.62%

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

#EDF70D (or 0xEDF70D) is known color: Chartreuse Yellow. HEX triplet: ED, F7 and 0D. RGB value is (237,247,13). Sum of RGB (Red+Green+Blue) = 237+247+13=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 13 (5.47% from 255 or 2.62% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF70D is #1208F2. Grayscale: #DADADA. Windows color (decimal): -1181939 or 915437. OLE color: 915437.

HSL color Cylindrical-coordinate representation of color #EDF70D: hue angle of 62.56º 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 #EDF70D is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 13 -
CMYK 0.04 0 0.95 0.03
HSL 62.56º 0.94% 0.51% -
HSV(B) 62.56º 0.95% 0.97% -
XYZ 68.26 84.56 13.1 -
YUV 217.33 12.69 142.03 -
System Red Green Blue C M Y K H S L
Decimal 237 247 13 0.04 0 0.95 0.03 62.56 0.94 0.51
Hex ED F7 D 4 0 5F 3 3F 5E 33
Octal 355 367 15 4 0 137 3 77 136 63
Binary 11101101 11110111 1101 100 0 1011111 11 111111 1011110 110011

Color Harmonies of #EDF70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF70D

Black with #EDF70D

Text Example


Text Example

White with #EDF70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF70D; }

 p { color: rgb(237,247,13); }

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

background-color css

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

 a { background-color: rgb(237,247,13); }

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

border-color css

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

 span { border-color: rgb(237,247,13); }

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