Html Css Color HEX #EDFD0D Chartreuse Yellow

📋 copy color: '#EDFD0D'

red 237 ◦ green 253 ◦ blue 13

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

Shades of Chartreuse Yellow #EDFD0D

Tints of Chartreuse Yellow #EDFD0D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

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

R = 47.12%
G = 50.3%
B = 2.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#EDFD0D (or 0xEDFD0D) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 0D. RGB value is (237,253,13). Sum of RGB (Red+Green+Blue) = 237+253+13=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 13 (5.47% from 255 or 2.58% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD0D is #1202F2. Grayscale: #DDDDDD. Windows color (decimal): -1180403 or 916973. OLE color: 916973.

HSL color Cylindrical-coordinate representation of color #EDFD0D: hue angle of 64º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EDFD0D is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 13 -
CMYK 0.06 0 0.95 0.01
HSL 64º 0.98% 0.52% -
HSV(B) 64º 0.95% 0.99% -
XYZ 70.12 88.28 13.73 -
YUV 220.86 10.7 139.51 -
System Red Green Blue C M Y K H S L
Decimal 237 253 13 0.06 0 0.95 0.01 64 0.98 0.52
Hex ED FD D 6 0 5F 1 40 62 34
Octal 355 375 15 6 0 137 1 100 142 64
Binary 11101101 11111101 1101 110 0 1011111 1 1000000 1100010 110100

Color Harmonies of #EDFD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD0D

Black with #EDFD0D

Text Example


Text Example

White with #EDFD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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