Html Css Color HEX #EDF305 Chartreuse Yellow

📋 copy color: '#EDF305'

red 237 ◦ green 243 ◦ blue 5

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

Shades of Chartreuse Yellow #EDF305

Tints of Chartreuse Yellow #EDF305

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.1%

 BLUE value IS 5 (2.34% from 255) = 1.03%

R = 48.87%
G = 50.1%
B = 1.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#EDF305 (or 0xEDF305) is known color: Chartreuse Yellow. HEX triplet: ED, F3 and 05. RGB value is (237,243,5). Sum of RGB (Red+Green+Blue) = 237+243+5=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 5 (2.34% from 255 or 1.03% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #EDF305 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF305 is #120CFA. Grayscale: #D7D7D7. Windows color (decimal): -1182971 or 390125. OLE color: 390125.

HSL color Cylindrical-coordinate representation of color #EDF305: hue angle of 61.51º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDF305 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 243 5 -
CMYK 0.02 0 0.98 0.05
HSL 61.51º 0.96% 0.49% -
HSV(B) 61.51º 0.98% 0.95% -
XYZ 67 82.12 12.46 -
YUV 214.07 10.01 144.35 -
System Red Green Blue C M Y K H S L
Decimal 237 243 5 0.02 0 0.98 0.05 61.51 0.96 0.49
Hex ED F3 5 2 0 62 5 3E 60 31
Octal 355 363 5 2 0 142 5 76 140 61
Binary 11101101 11110011 101 10 0 1100010 101 111110 1100000 110001

Color Harmonies of #EDF305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF305

Black with #EDF305

Text Example


Text Example

White with #EDF305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF305; }

 p { color: rgb(237,243,5); }

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

background-color css

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

 a { background-color: rgb(237,243,5); }

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

border-color css

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

 span { border-color: rgb(237,243,5); }

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