Html Css Color HEX #94C526 Yellow Green

📋 copy color: '#94C526'

red 148 ◦ green 197 ◦ blue 38

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

Shades of Yellow Green #94C526

Tints of Yellow Green #94C526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.92%

R = 38.64%
G = 51.44%
B = 9.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#94C526 (or 0x94C526) is known color: Yellow Green. HEX triplet: 94, C5 and 26. RGB value is (148,197,38). Sum of RGB (Red+Green+Blue) = 148+197+38=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 197 (77.34% from 255 or 51.44% from 383); Blue value is 38 (15.23% from 255 or 9.92% from 383); Max value from RGB is 197 - color contains mainly: green. Hex color #94C526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C526 is #6B3AD9. Grayscale: #A4A4A4. Windows color (decimal): -7027418 or 2540948. OLE color: 2540948.

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

Color convert

RGB 148 197 38 -
CMYK 0.25 0 0.81 0.23
HSL 78.49º 0.68% 0.46% -
HSV(B) 78.49º 0.81% 0.77% -
XYZ 32.53 46.37 9.07 -
YUV 164.22 56.77 116.43 -
System Red Green Blue C M Y K H S L
Decimal 148 197 38 0.25 0 0.81 0.23 78.49 0.68 0.46
Hex 94 C5 26 19 0 51 17 4E 44 2E
Octal 224 305 46 31 0 121 27 116 104 56
Binary 10010100 11000101 100110 11001 0 1010001 10111 1001110 1000100 101110

Color Harmonies of #94C526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C526

Black with #94C526

Text Example


Text Example

White with #94C526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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