Html Css Color HEX #94CE20 Yellow Green

📋 copy color: '#94CE20'

red 148 ◦ green 206 ◦ blue 32

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

Shades of Yellow Green #94CE20

Tints of Yellow Green #94CE20

RGB

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

 GREEN value IS 206 (80.86% from 255) = 53.37%

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

R = 38.34%
G = 53.37%
B = 8.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.84

 K value IS 0.19

RGB Variations

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

Color information

#94CE20 (or 0x94CE20) is known color: Yellow Green. HEX triplet: 94, CE and 20. RGB value is (148,206,32). Sum of RGB (Red+Green+Blue) = 148+206+32=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 206 (80.86% from 255 or 53.37% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CE20 is #6B31DF. Grayscale: #A9A9A9. Windows color (decimal): -7025120 or 2150036. OLE color: 2150036.

HSL color Cylindrical-coordinate representation of color #94CE20: hue angle of 80º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #94CE20 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 32 -
CMYK 0.28 0 0.84 0.19
HSL 80º 0.73% 0.47% -
HSV(B) 80º 0.84% 0.81% -
XYZ 34.54 50.54 9.3 -
YUV 168.82 50.78 113.15 -
System Red Green Blue C M Y K H S L
Decimal 148 206 32 0.28 0 0.84 0.19 80 0.73 0.47
Hex 94 CE 20 1C 0 54 13 50 49 2F
Octal 224 316 40 34 0 124 23 120 111 57
Binary 10010100 11001110 100000 11100 0 1010100 10011 1010000 1001001 101111

Color Harmonies of #94CE20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE20

Black with #94CE20

Text Example


Text Example

White with #94CE20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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