Html Css Color HEX #94C438 Yellow Green

📋 copy color: '#94C438'

red 148 ◦ green 196 ◦ blue 56

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

Shades of Yellow Green #94C438

Tints of Yellow Green #94C438

RGB

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

 GREEN value IS 196 (76.95% from 255) = 49%

 BLUE value IS 56 (22.27% from 255) = 14%

R = 37%
G = 49%
B = 14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#94C438 (or 0x94C438) is known color: Yellow Green. HEX triplet: 94, C4 and 38. RGB value is (148,196,56). Sum of RGB (Red+Green+Blue) = 148+196+56=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 196 (76.95% from 255 or 49% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 196 - color contains mainly: green. Hex color #94C438 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C438 is #6B3BC7. Grayscale: #A6A6A6. Windows color (decimal): -7027656 or 3720340. OLE color: 3720340.

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

Color convert

RGB 148 196 56 -
CMYK 0.24 0 0.71 0.23
HSL 80.57º 0.56% 0.49% -
HSV(B) 80.57º 0.71% 0.77% -
XYZ 32.67 46.06 10.91 -
YUV 165.69 66.1 115.38 -
System Red Green Blue C M Y K H S L
Decimal 148 196 56 0.24 0 0.71 0.23 80.57 0.56 0.49
Hex 94 C4 38 18 0 47 17 51 38 31
Octal 224 304 70 30 0 107 27 121 70 61
Binary 10010100 11000100 111000 11000 0 1000111 10111 1010001 111000 110001

Color Harmonies of #94C438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C438

Black with #94C438

Text Example


Text Example

White with #94C438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,196,56); }

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

background-color css

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

 a { background-color: rgb(148,196,56); }

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

border-color css

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

 span { border-color: rgb(148,196,56); }

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