Html Css Color HEX #94D617 Yellow Green

📋 copy color: '#94D617'

red 148 ◦ green 214 ◦ blue 23

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

Shades of Yellow Green #94D617

Tints of Yellow Green #94D617

RGB

 RED value IS 148 (58.2% from 255) = 38.44%

 GREEN value IS 214 (83.98% from 255) = 55.58%

 BLUE value IS 23 (9.38% from 255) = 5.97%

R = 38.44%
G = 55.58%
B = 5.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#94D617 (or 0x94D617) is known color: Yellow Green. HEX triplet: 94, D6 and 17. RGB value is (148,214,23). Sum of RGB (Red+Green+Blue) = 148+214+23=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 214 (83.98% from 255 or 55.58% from 385); Blue value is 23 (9.38% from 255 or 5.97% from 385); Max value from RGB is 214 - color contains mainly: green. Hex color #94D617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D617 is #6B29E8. Grayscale: #ADADAD. Windows color (decimal): -7023081 or 1562260. OLE color: 1562260.

HSL color Cylindrical-coordinate representation of color #94D617: hue angle of 80.73º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94D617 is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 214 23 -
CMYK 0.31 0 0.89 0.16
HSL 80.73º 0.81% 0.46% -
HSV(B) 80.73º 0.89% 0.84% -
XYZ 36.41 54.45 9.4 -
YUV 172.49 43.63 110.53 -
System Red Green Blue C M Y K H S L
Decimal 148 214 23 0.31 0 0.89 0.16 80.73 0.81 0.46
Hex 94 D6 17 1F 0 59 10 51 51 2E
Octal 224 326 27 37 0 131 20 121 121 56
Binary 10010100 11010110 10111 11111 0 1011001 10000 1010001 1010001 101110

Color Harmonies of #94D617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D617

Black with #94D617

Text Example


Text Example

White with #94D617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94D617; }

 p { color: rgb(148,214,23); }

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

background-color css

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

 a { background-color: rgb(148,214,23); }

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

border-color css

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

 span { border-color: rgb(148,214,23); }

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