Html Css Color HEX #94C320 Yellow Green

📋 copy color: '#94C320'

red 148 ◦ green 195 ◦ blue 32

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

Shades of Yellow Green #94C320

Tints of Yellow Green #94C320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.53%

R = 39.47%
G = 52%
B = 8.53%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#94C320 (or 0x94C320) is known color: Yellow Green. HEX triplet: 94, C3 and 20. RGB value is (148,195,32). Sum of RGB (Red+Green+Blue) = 148+195+32=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 195 (76.56% from 255 or 52% from 375); Blue value is 32 (12.89% from 255 or 8.53% from 375); Max value from RGB is 195 - color contains mainly: green. Hex color #94C320 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C320 is #6B3CDF. Grayscale: #A2A2A2. Windows color (decimal): -7027936 or 2147220. OLE color: 2147220.

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

Color convert

RGB 148 195 32 -
CMYK 0.24 0 0.84 0.24
HSL 77.3º 0.72% 0.45% -
HSV(B) 77.3º 0.84% 0.76% -
XYZ 31.99 45.43 8.45 -
YUV 162.37 54.43 117.75 -
System Red Green Blue C M Y K H S L
Decimal 148 195 32 0.24 0 0.84 0.24 77.3 0.72 0.45
Hex 94 C3 20 18 0 54 18 4D 48 2D
Octal 224 303 40 30 0 124 30 115 110 55
Binary 10010100 11000011 100000 11000 0 1010100 11000 1001101 1001000 101101

Color Harmonies of #94C320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C320

Black with #94C320

Text Example


Text Example

White with #94C320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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