Html Css Color HEX #EDF902 Chartreuse Yellow

📋 copy color: '#EDF902'

red 237 ◦ green 249 ◦ blue 2

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

Shades of Chartreuse Yellow #EDF902

Tints of Chartreuse Yellow #EDF902

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.02%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 48.57%
G = 51.02%
B = 0.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#EDF902 (or 0xEDF902) is known color: Chartreuse Yellow. HEX triplet: ED, F9 and 02. RGB value is (237,249,2). Sum of RGB (Red+Green+Blue) = 237+249+2=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 2 (1.17% from 255 or 0.41% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF902 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF902 is #1206FD. Grayscale: #DADADA. Windows color (decimal): -1181438 or 195053. OLE color: 195053.

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

Color convert

RGB 237 249 2 -
CMYK 0.05 0 0.99 0.02
HSL 62.91º 0.98% 0.49% -
HSV(B) 62.91º 0.99% 0.98% -
XYZ 68.81 85.76 12.98 -
YUV 217.25 6.52 142.08 -
System Red Green Blue C M Y K H S L
Decimal 237 249 2 0.05 0 0.99 0.02 62.91 0.98 0.49
Hex ED F9 2 5 0 63 2 3F 62 31
Octal 355 371 2 5 0 143 2 77 142 61
Binary 11101101 11111001 10 101 0 1100011 10 111111 1100010 110001

Color Harmonies of #EDF902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF902

Black with #EDF902

Text Example


Text Example

White with #EDF902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF902; }

 p { color: rgb(237,249,2); }

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

background-color css

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

 a { background-color: rgb(237,249,2); }

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

border-color css

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

 span { border-color: rgb(237,249,2); }

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