Html Css Color HEX #94C325 Yellow Green

📋 copy color: '#94C325'

red 148 ◦ green 195 ◦ blue 37

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

Shades of Yellow Green #94C325

Tints of Yellow Green #94C325

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.32%

 BLUE value IS 37 (14.84% from 255) = 9.74%

R = 38.95%
G = 51.32%
B = 9.74%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#94C325 (or 0x94C325) is known color: Yellow Green. HEX triplet: 94, C3 and 25. RGB value is (148,195,37). Sum of RGB (Red+Green+Blue) = 148+195+37=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 37 (14.84% from 255 or 9.74% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #94C325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C325 is #6B3CDA. Grayscale: #A3A3A3. Windows color (decimal): -7027931 or 2474900. OLE color: 2474900.

HSL color Cylindrical-coordinate representation of color #94C325: hue angle of 77.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94C325 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 195 37 -
CMYK 0.24 0 0.81 0.24
HSL 77.85º 0.68% 0.45% -
HSV(B) 77.85º 0.81% 0.76% -
XYZ 32.06 45.46 8.84 -
YUV 162.94 56.93 117.35 -
System Red Green Blue C M Y K H S L
Decimal 148 195 37 0.24 0 0.81 0.24 77.85 0.68 0.45
Hex 94 C3 25 18 0 51 18 4E 44 2D
Octal 224 303 45 30 0 121 30 116 104 55
Binary 10010100 11000011 100101 11000 0 1010001 11000 1001110 1000100 101101

Color Harmonies of #94C325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C325

Black with #94C325

Text Example


Text Example

White with #94C325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,37); }

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

background-color css

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

 a { background-color: rgb(148,195,37); }

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

border-color css

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

 span { border-color: rgb(148,195,37); }

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