Html Css Color HEX #94C13B Yellow Green

📋 copy color: '#94C13B'

red 148 ◦ green 193 ◦ blue 59

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

Shades of Yellow Green #94C13B

Tints of Yellow Green #94C13B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 48.25%

 BLUE value IS 59 (23.44% from 255) = 14.75%

R = 37%
G = 48.25%
B = 14.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#94C13B (or 0x94C13B) is known color: Yellow Green. HEX triplet: 94, C1 and 3B. RGB value is (148,193,59). Sum of RGB (Red+Green+Blue) = 148+193+59=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 193 (75.78% from 255 or 48.25% from 400); Blue value is 59 (23.44% from 255 or 14.75% from 400); Max value from RGB is 193 - color contains mainly: green. Hex color #94C13B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C13B is #6B3EC4. Grayscale: #A4A4A4. Windows color (decimal): -7028421 or 3916180. OLE color: 3916180.

HSL color Cylindrical-coordinate representation of color #94C13B: hue angle of 80.15º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94C13B is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 59 -
CMYK 0.23 0 0.69 0.24
HSL 80.15º 0.53% 0.49% -
HSV(B) 80.15º 0.69% 0.76% -
XYZ 32.07 44.75 11.09 -
YUV 164.27 68.59 116.4 -
System Red Green Blue C M Y K H S L
Decimal 148 193 59 0.23 0 0.69 0.24 80.15 0.53 0.49
Hex 94 C1 3B 17 0 45 18 50 35 31
Octal 224 301 73 27 0 105 30 120 65 61
Binary 10010100 11000001 111011 10111 0 1000101 11000 1010000 110101 110001

Color Harmonies of #94C13B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C13B

Black with #94C13B

Text Example


Text Example

White with #94C13B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,59); }

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

background-color css

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

 a { background-color: rgb(148,193,59); }

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

border-color css

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

 span { border-color: rgb(148,193,59); }

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