Html Css Color HEX #EDFE06 Chartreuse Yellow

📋 copy color: '#EDFE06'

red 237 ◦ green 254 ◦ blue 6

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

Shades of Chartreuse Yellow #EDFE06

Tints of Chartreuse Yellow #EDFE06

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.11%

 BLUE value IS 6 (2.73% from 255) = 1.21%

R = 47.69%
G = 51.11%
B = 1.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#EDFE06 (or 0xEDFE06) is known color: Chartreuse Yellow. HEX triplet: ED, FE and 06. RGB value is (237,254,6). Sum of RGB (Red+Green+Blue) = 237+254+6=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 254 (99.61% from 255 or 51.11% from 497); Blue value is 6 (2.73% from 255 or 1.21% from 497); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFE06 is #1201F9. Grayscale: #DDDDDD. Windows color (decimal): -1180154 or 458477. OLE color: 458477.

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

Color convert

RGB 237 254 6 -
CMYK 0.07 0 0.98 0.00
HSL 64.11º 0.99% 0.51% -
HSV(B) 64.11º 0.98% 1% -
XYZ 70.4 88.9 13.62 -
YUV 220.65 6.87 139.67 -
System Red Green Blue C M Y K H S L
Decimal 237 254 6 0.07 0 0.98 0.00 64.11 0.99 0.51
Hex ED FE 6 7 0 62 0 40 63 33
Octal 355 376 6 7 0 142 0 100 143 63
Binary 11101101 11111110 110 111 0 1100010 0 1000000 1100011 110011

Color Harmonies of #EDFE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE06

Black with #EDFE06

Text Example


Text Example

White with #EDFE06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE06; }

 p { color: rgb(237,254,6); }

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

background-color css

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

 a { background-color: rgb(237,254,6); }

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

border-color css

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

 span { border-color: rgb(237,254,6); }

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