Html Css Color HEX #94D82D Yellow Green

📋 copy color: '#94D82D'

red 148 ◦ green 216 ◦ blue 45

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

Shades of Yellow Green #94D82D

Tints of Yellow Green #94D82D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 52.81%

 BLUE value IS 45 (17.97% from 255) = 11%

R = 36.19%
G = 52.81%
B = 11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#94D82D (or 0x94D82D) is known color: Yellow Green. HEX triplet: 94, D8 and 2D. RGB value is (148,216,45). Sum of RGB (Red+Green+Blue) = 148+216+45=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 45 (17.97% from 255 or 11.00% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #94D82D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D82D is #6B27D2. Grayscale: #B0B0B0. Windows color (decimal): -7022547 or 3004564. OLE color: 3004564.

HSL color Cylindrical-coordinate representation of color #94D82D: hue angle of 83.86º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #94D82D is Cyan = 0.31, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 216 45 -
CMYK 0.31 0 0.79 0.15
HSL 83.86º 0.69% 0.51% -
HSV(B) 83.86º 0.79% 0.85% -
XYZ 37.24 55.6 11.25 -
YUV 176.17 53.97 107.9 -
System Red Green Blue C M Y K H S L
Decimal 148 216 45 0.31 0 0.79 0.15 83.86 0.69 0.51
Hex 94 D8 2D 1F 0 4F F 54 45 33
Octal 224 330 55 37 0 117 17 124 105 63
Binary 10010100 11011000 101101 11111 0 1001111 1111 1010100 1000101 110011

Color Harmonies of #94D82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D82D

Black with #94D82D

Text Example


Text Example

White with #94D82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,216,45); }

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

background-color css

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

 a { background-color: rgb(148,216,45); }

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

border-color css

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

 span { border-color: rgb(148,216,45); }

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