Html Css Color HEX #EDFB00 Chartreuse Yellow

📋 copy color: '#EDFB00'

red 237 ◦ green 251 ◦ blue 0

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

Shades of Chartreuse Yellow #EDFB00

Tints of Chartreuse Yellow #EDFB00

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.43%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.57%
G = 51.43%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#EDFB00 (or 0xEDFB00) is known color: Chartreuse Yellow. HEX triplet: ED, FB and 00. RGB value is (237,251,0). Sum of RGB (Red+Green+Blue) = 237+251+0=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 0 (0.39% from 255 or 0% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFB00 is #1204FF. Grayscale: #DBDBDB. Windows color (decimal): -1180928 or 64493. OLE color: 64493.

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

Color convert

RGB 237 251 0 -
CMYK 0.06 0 1 0.02
HSL 63.35º 1% 0.49% -
HSV(B) 63.35º 1% 0.98% -
XYZ 69.42 87 13.13 -
YUV 218.2 4.86 141.41 -
System Red Green Blue C M Y K H S L
Decimal 237 251 0 0.06 0 1 0.02 63.35 1 0.49
Hex ED FB 0 6 0 64 2 3F 64 31
Octal 355 373 0 6 0 144 2 77 144 61
Binary 11101101 11111011 0 110 0 1100100 10 111111 1100100 110001

Color Harmonies of #EDFB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB00

Black with #EDFB00

Text Example


Text Example

White with #EDFB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB00; }

 p { color: rgb(237,251,0); }

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

background-color css

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

 a { background-color: rgb(237,251,0); }

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

border-color css

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

 span { border-color: rgb(237,251,0); }

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