Html Css Color HEX #94C51C Yellow Green

📋 copy color: '#94C51C'

red 148 ◦ green 197 ◦ blue 28

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

Shades of Yellow Green #94C51C

Tints of Yellow Green #94C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 52.82%

 BLUE value IS 28 (11.33% from 255) = 7.51%

R = 39.68%
G = 52.82%
B = 7.51%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#94C51C (or 0x94C51C) is known color: Yellow Green. HEX triplet: 94, C5 and 1C. RGB value is (148,197,28). Sum of RGB (Red+Green+Blue) = 148+197+28=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 197 (77.34% from 255 or 52.82% from 373); Blue value is 28 (11.33% from 255 or 7.51% from 373); Max value from RGB is 197 - color contains mainly: green. Hex color #94C51C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C51C is #6B3AE3. Grayscale: #A3A3A3. Windows color (decimal): -7027428 or 1885588. OLE color: 1885588.

HSL color Cylindrical-coordinate representation of color #94C51C: hue angle of 77.4º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94C51C is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 28 -
CMYK 0.25 0 0.86 0.23
HSL 77.4º 0.75% 0.44% -
HSV(B) 77.4º 0.86% 0.77% -
XYZ 32.39 46.31 8.33 -
YUV 163.08 51.77 117.24 -
System Red Green Blue C M Y K H S L
Decimal 148 197 28 0.25 0 0.86 0.23 77.4 0.75 0.44
Hex 94 C5 1C 19 0 56 17 4D 4B 2C
Octal 224 305 34 31 0 126 27 115 113 54
Binary 10010100 11000101 11100 11001 0 1010110 10111 1001101 1001011 101100

Color Harmonies of #94C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C51C

Black with #94C51C

Text Example


Text Example

White with #94C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,197,28); }

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

background-color css

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

 a { background-color: rgb(148,197,28); }

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

border-color css

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

 span { border-color: rgb(148,197,28); }

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