Html Css Color HEX #94BC2F Yellow Green

📋 copy color: '#94BC2F'

red 148 ◦ green 188 ◦ blue 47

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

Shades of Yellow Green #94BC2F

Tints of Yellow Green #94BC2F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 49.09%

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 38.64%
G = 49.09%
B = 12.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#94BC2F (or 0x94BC2F) is known color: Yellow Green. HEX triplet: 94, BC and 2F. RGB value is (148,188,47). Sum of RGB (Red+Green+Blue) = 148+188+47=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 188 (73.83% from 255 or 49.09% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BC2F is #6B43D0. Grayscale: #A0A0A0. Windows color (decimal): -7029713 or 3128468. OLE color: 3128468.

HSL color Cylindrical-coordinate representation of color #94BC2F: hue angle of 77.02º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94BC2F is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 47 -
CMYK 0.21 0 0.75 0.26
HSL 77.02º 0.6% 0.46% -
HSV(B) 77.02º 0.75% 0.74% -
XYZ 30.71 42.47 9.27 -
YUV 159.97 64.25 119.46 -
System Red Green Blue C M Y K H S L
Decimal 148 188 47 0.21 0 0.75 0.26 77.02 0.6 0.46
Hex 94 BC 2F 15 0 4B 1A 4D 3C 2E
Octal 224 274 57 25 0 113 32 115 74 56
Binary 10010100 10111100 101111 10101 0 1001011 11010 1001101 111100 101110

Color Harmonies of #94BC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC2F

Black with #94BC2F

Text Example


Text Example

White with #94BC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,188,47); }

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

background-color css

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

 a { background-color: rgb(148,188,47); }

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

border-color css

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

 span { border-color: rgb(148,188,47); }

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