Html Css Color HEX #94C61B Yellow Green

📋 copy color: '#94C61B'

red 148 ◦ green 198 ◦ blue 27

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

Shades of Yellow Green #94C61B

Tints of Yellow Green #94C61B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 39.68%
G = 53.08%
B = 7.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#94C61B (or 0x94C61B) is known color: Yellow Green. HEX triplet: 94, C6 and 1B. RGB value is (148,198,27). Sum of RGB (Red+Green+Blue) = 148+198+27=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 198 (77.73% from 255 or 53.08% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 198 - color contains mainly: green. Hex color #94C61B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C61B is #6B39E4. Grayscale: #A4A4A4. Windows color (decimal): -7027173 or 1820308. OLE color: 1820308.

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

Color convert

RGB 148 198 27 -
CMYK 0.25 0 0.86 0.22
HSL 77.54º 0.76% 0.44% -
HSV(B) 77.54º 0.86% 0.78% -
XYZ 32.6 46.76 8.34 -
YUV 163.56 50.94 116.9 -
System Red Green Blue C M Y K H S L
Decimal 148 198 27 0.25 0 0.86 0.22 77.54 0.76 0.44
Hex 94 C6 1B 19 0 56 16 4E 4C 2C
Octal 224 306 33 31 0 126 26 116 114 54
Binary 10010100 11000110 11011 11001 0 1010110 10110 1001110 1001100 101100

Color Harmonies of #94C61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C61B

Black with #94C61B

Text Example


Text Example

White with #94C61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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