Html Css Color HEX #94C225 Yellow Green

📋 copy color: '#94C225'

red 148 ◦ green 194 ◦ blue 37

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

Shades of Yellow Green #94C225

Tints of Yellow Green #94C225

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.19%

 BLUE value IS 37 (14.84% from 255) = 9.76%

R = 39.05%
G = 51.19%
B = 9.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#94C225 (or 0x94C225) is known color: Yellow Green. HEX triplet: 94, C2 and 25. RGB value is (148,194,37). Sum of RGB (Red+Green+Blue) = 148+194+37=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 194 (76.17% from 255 or 51.19% from 379); Blue value is 37 (14.84% from 255 or 9.76% from 379); Max value from RGB is 194 - color contains mainly: green. Hex color #94C225 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C225 is #6B3DDA. Grayscale: #A2A2A2. Windows color (decimal): -7028187 or 2474644. OLE color: 2474644.

HSL color Cylindrical-coordinate representation of color #94C225: hue angle of 77.58º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94C225 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 194 37 -
CMYK 0.24 0 0.81 0.24
HSL 77.58º 0.68% 0.45% -
HSV(B) 77.58º 0.81% 0.76% -
XYZ 31.84 45.01 8.76 -
YUV 162.35 57.26 117.77 -
System Red Green Blue C M Y K H S L
Decimal 148 194 37 0.24 0 0.81 0.24 77.58 0.68 0.45
Hex 94 C2 25 18 0 51 18 4E 44 2D
Octal 224 302 45 30 0 121 30 116 104 55
Binary 10010100 11000010 100101 11000 0 1010001 11000 1001110 1000100 101101

Color Harmonies of #94C225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C225

Black with #94C225

Text Example


Text Example

White with #94C225

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,37); }

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

background-color css

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

 a { background-color: rgb(148,194,37); }

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

border-color css

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

 span { border-color: rgb(148,194,37); }

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