Html Css Color HEX #EDFF0B Chartreuse Yellow

📋 copy color: '#EDFF0B'

red 237 ◦ green 255 ◦ blue 11

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

Shades of Chartreuse Yellow #EDFF0B

Tints of Chartreuse Yellow #EDFF0B

RGB

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

 GREEN value IS 255 (100% from 255) = 50.7%

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

R = 47.12%
G = 50.7%
B = 2.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#EDFF0B (or 0xEDFF0B) is known color: Chartreuse Yellow. HEX triplet: ED, FF and 0B. RGB value is (237,255,11). Sum of RGB (Red+Green+Blue) = 237+255+11=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 11 (4.69% from 255 or 2.19% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFF0B is #1200F4. Grayscale: #DEDEDE. Windows color (decimal): -1179893 or 786413. OLE color: 786413.

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

Color convert

RGB 237 255 11 -
CMYK 0.07 0 0.96 0
HSL 64.43º 1% 0.52% -
HSV(B) 64.43º 0.96% 1% -
XYZ 70.75 89.55 13.87 -
YUV 221.8 9.04 138.84 -
System Red Green Blue C M Y K H S L
Decimal 237 255 11 0.07 0 0.96 0 64.43 1 0.52
Hex ED FF B 7 0 60 0 40 64 34
Octal 355 377 13 7 0 140 0 100 144 64
Binary 11101101 11111111 1011 111 0 1100000 0 1000000 1100100 110100

Color Harmonies of #EDFF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF0B

Black with #EDFF0B

Text Example


Text Example

White with #EDFF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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