Html Css Color HEX #EDFB10 Chartreuse Yellow

📋 copy color: '#EDFB10'

red 237 ◦ green 251 ◦ blue 16

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

Shades of Chartreuse Yellow #EDFB10

Tints of Chartreuse Yellow #EDFB10

RGB

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

 GREEN value IS 251 (98.44% from 255) = 49.8%

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

R = 47.02%
G = 49.8%
B = 3.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#EDFB10 (or 0xEDFB10) is known color: Chartreuse Yellow. HEX triplet: ED, FB and 10. RGB value is (237,251,16). Sum of RGB (Red+Green+Blue) = 237+251+16=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 16 (6.64% from 255 or 3.17% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #EDFB10 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDFB10 is #1204EF. Grayscale: #DCDCDC. Windows color (decimal): -1180912 or 1113069. OLE color: 1113069.

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

Color convert

RGB 237 251 16 -
CMYK 0.06 0 0.94 0.02
HSL 63.57º 0.97% 0.52% -
HSV(B) 63.57º 0.94% 0.98% -
XYZ 69.52 87.04 13.63 -
YUV 220.02 12.86 140.11 -
System Red Green Blue C M Y K H S L
Decimal 237 251 16 0.06 0 0.94 0.02 63.57 0.97 0.52
Hex ED FB 10 6 0 5E 2 40 61 34
Octal 355 373 20 6 0 136 2 100 141 64
Binary 11101101 11111011 10000 110 0 1011110 10 1000000 1100001 110100

Color Harmonies of #EDFB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFB10

Black with #EDFB10

Text Example


Text Example

White with #EDFB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFB10; }

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

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

background-color css

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

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

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

border-color css

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

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

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