Html Css Color HEX #EDFB0C Chartreuse Yellow

📋 copy color: '#EDFB0C'

red 237 ◦ green 251 ◦ blue 12

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

Shades of Chartreuse Yellow #EDFB0C

Tints of Chartreuse Yellow #EDFB0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.4%

R = 47.4%
G = 50.2%
B = 2.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#EDFB0C (or 0xEDFB0C) is known color: Chartreuse Yellow. HEX triplet: ED, FB and 0C. RGB value is (237,251,12). Sum of RGB (Red+Green+Blue) = 237+251+12=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 12 (5.08% from 255 or 2.4% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFB0C is #1204F3. Grayscale: #DCDCDC. Windows color (decimal): -1180916 or 850925. OLE color: 850925.

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

Color convert

RGB 237 251 12 -
CMYK 0.06 0 0.95 0.02
HSL 63.51º 0.97% 0.52% -
HSV(B) 63.51º 0.95% 0.98% -
XYZ 69.49 87.03 13.48 -
YUV 219.57 10.86 140.43 -
System Red Green Blue C M Y K H S L
Decimal 237 251 12 0.06 0 0.95 0.02 63.51 0.97 0.52
Hex ED FB C 6 0 5F 2 40 61 34
Octal 355 373 14 6 0 137 2 100 141 64
Binary 11101101 11111011 1100 110 0 1011111 10 1000000 1100001 110100

Color Harmonies of #EDFB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB0C

Black with #EDFB0C

Text Example


Text Example

White with #EDFB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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