Html Css Color HEX #EDFC10 Chartreuse Yellow

📋 copy color: '#EDFC10'

red 237 ◦ green 252 ◦ blue 16

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

Shades of Chartreuse Yellow #EDFC10

Tints of Chartreuse Yellow #EDFC10

RGB

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

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

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

R = 46.93%
G = 49.9%
B = 3.17%

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

#EDFC10 (or 0xEDFC10) is known color: Chartreuse Yellow. HEX triplet: ED, FC and 10. RGB value is (237,252,16). Sum of RGB (Red+Green+Blue) = 237+252+16=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 16 (6.64% from 255 or 3.17% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFC10 is #1203EF. Grayscale: #DDDDDD. Windows color (decimal): -1180656 or 1113325. OLE color: 1113325.

HSL color Cylindrical-coordinate representation of color #EDFC10: hue angle of 63.81º 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 #EDFC10 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 16 -
CMYK 0.06 0 0.94 0.01
HSL 63.81º 0.98% 0.53% -
HSV(B) 63.81º 0.94% 0.99% -
XYZ 69.83 87.66 13.73 -
YUV 220.61 12.53 139.69 -
System Red Green Blue C M Y K H S L
Decimal 237 252 16 0.06 0 0.94 0.01 63.81 0.98 0.53
Hex ED FC 10 6 0 5E 1 40 62 35
Octal 355 374 20 6 0 136 1 100 142 65
Binary 11101101 11111100 10000 110 0 1011110 1 1000000 1100010 110101

Color Harmonies of #EDFC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC10

Black with #EDFC10

Text Example


Text Example

White with #EDFC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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