Html Css Color HEX #EDFD10 Chartreuse Yellow

📋 copy color: '#EDFD10'

red 237 ◦ green 253 ◦ blue 16

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

Shades of Chartreuse Yellow #EDFD10

Tints of Chartreuse Yellow #EDFD10

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50%

 BLUE value IS 16 (6.64% from 255) = 3.16%

R = 46.84%
G = 50%
B = 3.16%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#EDFD10 (or 0xEDFD10) is known color: Chartreuse Yellow. HEX triplet: ED, FD and 10. RGB value is (237,253,16). Sum of RGB (Red+Green+Blue) = 237+253+16=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 253 (99.22% from 255 or 50% from 506); Blue value is 16 (6.64% from 255 or 3.16% from 506); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFD10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFD10 is #1202EF. Grayscale: #DEDEDE. Windows color (decimal): -1180400 or 1113581. OLE color: 1113581.

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

Color convert

RGB 237 253 16 -
CMYK 0.06 0 0.94 0.01
HSL 64.05º 0.98% 0.53% -
HSV(B) 64.05º 0.94% 0.99% -
XYZ 70.14 88.29 13.84 -
YUV 221.2 12.2 139.27 -
System Red Green Blue C M Y K H S L
Decimal 237 253 16 0.06 0 0.94 0.01 64.05 0.98 0.53
Hex ED FD 10 6 0 5E 1 40 62 35
Octal 355 375 20 6 0 136 1 100 142 65
Binary 11101101 11111101 10000 110 0 1011110 1 1000000 1100010 110101

Color Harmonies of #EDFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFD10

Black with #EDFD10

Text Example


Text Example

White with #EDFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFD10; }

 p { color: rgb(237,253,16); }

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

background-color css

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

 a { background-color: rgb(237,253,16); }

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

border-color css

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

 span { border-color: rgb(237,253,16); }

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