Html Css Color HEX #94C121 Yellow Green

📋 copy color: '#94C121'

red 148 ◦ green 193 ◦ blue 33

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

Shades of Yellow Green #94C121

Tints of Yellow Green #94C121

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.6%

 BLUE value IS 33 (13.28% from 255) = 8.82%

R = 39.57%
G = 51.6%
B = 8.82%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#94C121 (or 0x94C121) is known color: Yellow Green. HEX triplet: 94, C1 and 21. RGB value is (148,193,33). Sum of RGB (Red+Green+Blue) = 148+193+33=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 33 (13.28% from 255 or 8.82% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #94C121 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C121 is #6B3EDE. Grayscale: #A1A1A1. Windows color (decimal): -7028447 or 2212244. OLE color: 2212244.

HSL color Cylindrical-coordinate representation of color #94C121: hue angle of 76.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #94C121 is Cyan = 0.23, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 33 -
CMYK 0.23 0 0.83 0.24
HSL 76.88º 0.71% 0.44% -
HSV(B) 76.88º 0.83% 0.76% -
XYZ 31.56 44.55 8.37 -
YUV 161.31 55.59 118.51 -
System Red Green Blue C M Y K H S L
Decimal 148 193 33 0.23 0 0.83 0.24 76.88 0.71 0.44
Hex 94 C1 21 17 0 53 18 4D 47 2C
Octal 224 301 41 27 0 123 30 115 107 54
Binary 10010100 11000001 100001 10111 0 1010011 11000 1001101 1000111 101100

Color Harmonies of #94C121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C121

Black with #94C121

Text Example


Text Example

White with #94C121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,33); }

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

background-color css

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

 a { background-color: rgb(148,193,33); }

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

border-color css

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

 span { border-color: rgb(148,193,33); }

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