Html Css Color HEX #94C52D Yellow Green

📋 copy color: '#94C52D'

red 148 ◦ green 197 ◦ blue 45

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

Shades of Yellow Green #94C52D

Tints of Yellow Green #94C52D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.51%

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

R = 37.95%
G = 50.51%
B = 11.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#94C52D (or 0x94C52D) is known color: Yellow Green. HEX triplet: 94, C5 and 2D. RGB value is (148,197,45). Sum of RGB (Red+Green+Blue) = 148+197+45=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 197 (77.34% from 255 or 50.51% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 197 - color contains mainly: green. Hex color #94C52D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C52D is #6B3AD2. Grayscale: #A5A5A5. Windows color (decimal): -7027411 or 2999700. OLE color: 2999700.

HSL color Cylindrical-coordinate representation of color #94C52D: hue angle of 79.34º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94C52D is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 45 -
CMYK 0.25 0 0.77 0.23
HSL 79.34º 0.63% 0.47% -
HSV(B) 79.34º 0.77% 0.77% -
XYZ 32.65 46.42 9.72 -
YUV 165.02 60.27 115.86 -
System Red Green Blue C M Y K H S L
Decimal 148 197 45 0.25 0 0.77 0.23 79.34 0.63 0.47
Hex 94 C5 2D 19 0 4D 17 4F 3F 2F
Octal 224 305 55 31 0 115 27 117 77 57
Binary 10010100 11000101 101101 11001 0 1001101 10111 1001111 111111 101111

Color Harmonies of #94C52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C52D

Black with #94C52D

Text Example


Text Example

White with #94C52D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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