Html Css Color HEX #EDFF0F Chartreuse Yellow

📋 copy color: '#EDFF0F'

red 237 ◦ green 255 ◦ blue 15

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

Shades of Chartreuse Yellow #EDFF0F

Tints of Chartreuse Yellow #EDFF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 50.3%

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

R = 46.75%
G = 50.3%
B = 2.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#EDFF0F (or 0xEDFF0F) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 0F. RGB value is (237,255,15). Sum of RGB (Red+Green+Blue) = 237+255+15=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 255 (100% from 255 or 50.30% from 507); Blue value is 15 (6.25% from 255 or 2.96% from 507); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF0F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF0F is #1200F0. Grayscale: #DFDFDF. Windows color (decimal): -1179889 or 1048557. OLE color: 1048557.

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

Color convert

RGB 237 255 15 -
CMYK 0.07 0 0.94 0
HSL 64.5º 1% 0.53% -
HSV(B) 64.5º 0.94% 1% -
XYZ 70.77 89.56 14.01 -
YUV 222.26 11.04 138.51 -
System Red Green Blue C M Y K H S L
Decimal 237 255 15 0.07 0 0.94 0 64.5 1 0.53
Hex ED FF F 7 0 5E 0 40 64 35
Octal 355 377 17 7 0 136 0 100 144 65
Binary 11101101 11111111 1111 111 0 1011110 0 1000000 1100100 110101

Color Harmonies of #EDFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF0F

Black with #EDFF0F

Text Example


Text Example

White with #EDFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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