Html Css Color HEX #94C62B Yellow Green

📋 copy color: '#94C62B'

red 148 ◦ green 198 ◦ blue 43

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

Shades of Yellow Green #94C62B

Tints of Yellow Green #94C62B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50.9%

 BLUE value IS 43 (17.19% from 255) = 11.05%

R = 38.05%
G = 50.9%
B = 11.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#94C62B (or 0x94C62B) is known color: Yellow Green. HEX triplet: 94, C6 and 2B. RGB value is (148,198,43). Sum of RGB (Red+Green+Blue) = 148+198+43=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 198 (77.73% from 255 or 50.90% from 389); Blue value is 43 (17.19% from 255 or 11.05% from 389); Max value from RGB is 198 - color contains mainly: green. Hex color #94C62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C62B is #6B39D4. Grayscale: #A5A5A5. Windows color (decimal): -7027157 or 2868884. OLE color: 2868884.

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

Color convert

RGB 148 198 43 -
CMYK 0.25 0 0.78 0.22
HSL 79.35º 0.64% 0.47% -
HSV(B) 79.35º 0.78% 0.78% -
XYZ 32.84 46.86 9.6 -
YUV 165.38 58.94 115.6 -
System Red Green Blue C M Y K H S L
Decimal 148 198 43 0.25 0 0.78 0.22 79.35 0.64 0.47
Hex 94 C6 2B 19 0 4E 16 4F 40 2F
Octal 224 306 53 31 0 116 26 117 100 57
Binary 10010100 11000110 101011 11001 0 1001110 10110 1001111 1000000 101111

Color Harmonies of #94C62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C62B

Black with #94C62B

Text Example


Text Example

White with #94C62B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,198,43); }

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

background-color css

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

 a { background-color: rgb(148,198,43); }

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

border-color css

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

 span { border-color: rgb(148,198,43); }

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