Html Css Color HEX #EDF80B Chartreuse Yellow

📋 copy color: '#EDF80B'

red 237 ◦ green 248 ◦ blue 11

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

Shades of Chartreuse Yellow #EDF80B

Tints of Chartreuse Yellow #EDF80B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50%

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

R = 47.78%
G = 50%
B = 2.22%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#EDF80B (or 0xEDF80B) is known color: Chartreuse Yellow. HEX triplet: ED, F8 and 0B. RGB value is (237,248,11). Sum of RGB (Red+Green+Blue) = 237+248+11=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 248 (97.27% from 255 or 50% from 496); Blue value is 11 (4.69% from 255 or 2.22% from 496); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF80B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDF80B is #1207F4. Grayscale: #DADADA. Windows color (decimal): -1181685 or 784621. OLE color: 784621.

HSL color Cylindrical-coordinate representation of color #EDF80B: hue angle of 62.78º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDF80B is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 11 -
CMYK 0.04 0 0.96 0.03
HSL 62.78º 0.94% 0.51% -
HSV(B) 62.78º 0.96% 0.97% -
XYZ 68.55 85.16 13.14 -
YUV 217.69 11.36 141.77 -
System Red Green Blue C M Y K H S L
Decimal 237 248 11 0.04 0 0.96 0.03 62.78 0.94 0.51
Hex ED F8 B 4 0 60 3 3F 5E 33
Octal 355 370 13 4 0 140 3 77 136 63
Binary 11101101 11111000 1011 100 0 1100000 11 111111 1011110 110011

Color Harmonies of #EDF80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF80B

Black with #EDF80B

Text Example


Text Example

White with #EDF80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF80B; }

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

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

background-color css

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

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

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

border-color css

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

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

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