Html Css Color HEX #EDFC0F Chartreuse Yellow

📋 copy color: '#EDFC0F'

red 237 ◦ green 252 ◦ blue 15

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

Shades of Chartreuse Yellow #EDFC0F

Tints of Chartreuse Yellow #EDFC0F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50%

 BLUE value IS 15 (6.25% from 255) = 2.98%

R = 47.02%
G = 50%
B = 2.98%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#EDFC0F (or 0xEDFC0F) is known color: Chartreuse Yellow. HEX triplet: ED, FC and 0F. RGB value is (237,252,15). Sum of RGB (Red+Green+Blue) = 237+252+15=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 15 (6.25% from 255 or 2.98% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFC0F is #1203F0. Grayscale: #DDDDDD. Windows color (decimal): -1180657 or 1047789. OLE color: 1047789.

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

Color convert

RGB 237 252 15 -
CMYK 0.06 0 0.94 0.01
HSL 63.8º 0.98% 0.52% -
HSV(B) 63.8º 0.94% 0.99% -
XYZ 69.82 87.66 13.69 -
YUV 220.5 12.03 139.77 -
System Red Green Blue C M Y K H S L
Decimal 237 252 15 0.06 0 0.94 0.01 63.8 0.98 0.52
Hex ED FC F 6 0 5E 1 40 62 34
Octal 355 374 17 6 0 136 1 100 142 64
Binary 11101101 11111100 1111 110 0 1011110 1 1000000 1100010 110100

Color Harmonies of #EDFC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC0F

Black with #EDFC0F

Text Example


Text Example

White with #EDFC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC0F; }

 p { color: rgb(237,252,15); }

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

background-color css

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

 a { background-color: rgb(237,252,15); }

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

border-color css

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

 span { border-color: rgb(237,252,15); }

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