Html Css Color HEX #EDFC0B Chartreuse Yellow

📋 copy color: '#EDFC0B'

red 237 ◦ green 252 ◦ blue 11

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

Shades of Chartreuse Yellow #EDFC0B

Tints of Chartreuse Yellow #EDFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.4%

 BLUE value IS 11 (4.69% from 255) = 2.2%

R = 47.4%
G = 50.4%
B = 2.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#EDFC0B (or 0xEDFC0B) is known color: Chartreuse Yellow. HEX triplet: ED, FC and 0B. RGB value is (237,252,11). Sum of RGB (Red+Green+Blue) = 237+252+11=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 11 (4.69% from 255 or 2.2% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFC0B is #1203F4. Grayscale: #DCDCDC. Windows color (decimal): -1180661 or 785645. OLE color: 785645.

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

Color convert

RGB 237 252 11 -
CMYK 0.06 0 0.96 0.01
HSL 63.73º 0.98% 0.52% -
HSV(B) 63.73º 0.96% 0.99% -
XYZ 69.8 87.65 13.56 -
YUV 220.04 10.03 140.1 -
System Red Green Blue C M Y K H S L
Decimal 237 252 11 0.06 0 0.96 0.01 63.73 0.98 0.52
Hex ED FC B 6 0 60 1 40 62 34
Octal 355 374 13 6 0 140 1 100 142 64
Binary 11101101 11111100 1011 110 0 1100000 1 1000000 1100010 110100

Color Harmonies of #EDFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC0B

Black with #EDFC0B

Text Example


Text Example

White with #EDFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC0B; }

 p { color: rgb(237,252,11); }

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

background-color css

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

 a { background-color: rgb(237,252,11); }

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

border-color css

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

 span { border-color: rgb(237,252,11); }

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