Html Css Color HEX #94CC20 Yellow Green

📋 copy color: '#94CC20'

red 148 ◦ green 204 ◦ blue 32

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

Shades of Yellow Green #94CC20

Tints of Yellow Green #94CC20

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.13%

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

R = 38.54%
G = 53.13%
B = 8.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#94CC20 (or 0x94CC20) is known color: Yellow Green. HEX triplet: 94, CC and 20. RGB value is (148,204,32). Sum of RGB (Red+Green+Blue) = 148+204+32=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CC20 is #6B33DF. Grayscale: #A8A8A8. Windows color (decimal): -7025632 or 2149524. OLE color: 2149524.

HSL color Cylindrical-coordinate representation of color #94CC20: hue angle of 79.53º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94CC20 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 32 -
CMYK 0.27 0 0.84 0.2
HSL 79.53º 0.73% 0.46% -
HSV(B) 79.53º 0.84% 0.8% -
XYZ 34.07 49.59 9.14 -
YUV 167.65 51.45 113.99 -
System Red Green Blue C M Y K H S L
Decimal 148 204 32 0.27 0 0.84 0.2 79.53 0.73 0.46
Hex 94 CC 20 1B 0 54 14 50 49 2E
Octal 224 314 40 33 0 124 24 120 111 56
Binary 10010100 11001100 100000 11011 0 1010100 10100 1010000 1001001 101110

Color Harmonies of #94CC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC20

Black with #94CC20

Text Example


Text Example

White with #94CC20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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